diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-06-17 20:11:04 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-06-17 20:11:04 +0000 |
commit | 39742cda0343d1c1e0abd15b51656ffd08af65d3 (patch) | |
tree | e56f426548b4d14a5ff304a7ab05688ca05d9741 /usr.bin/sort | |
parent | d5f66cc8894f1d09d05ccb14df4bf2d0e7152603 (diff) | |
download | FreeBSD-src-39742cda0343d1c1e0abd15b51656ffd08af65d3.zip FreeBSD-src-39742cda0343d1c1e0abd15b51656ffd08af65d3.tar.gz |
Clean up -Wheader-guard warnings.
Submitted by: <dt71@gmx.com>
MFC after: 3 days
X-MFC with: r251848
Diffstat (limited to 'usr.bin/sort')
-rw-r--r-- | usr.bin/sort/vsort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/vsort.h b/usr.bin/sort/vsort.h index 4d43087..6712c22 100644 --- a/usr.bin/sort/vsort.h +++ b/usr.bin/sort/vsort.h @@ -28,7 +28,7 @@ */ #if !defined(__VSORT_H__) -#define _VSORT_H__ +#define __VSORT_H__ #include "bwstring.h" |