diff options
author | Sergey Kandaurov <pluknet@FreeBSD.org> | 2013-06-17 20:11:04 +0000 |
---|---|---|
committer | Sergey Kandaurov <pluknet@FreeBSD.org> | 2013-06-17 20:11:04 +0000 |
commit | 77b2b60dcf8aee5c71cbfa3150c2c225ac4ebb28 (patch) | |
tree | e56f426548b4d14a5ff304a7ab05688ca05d9741 /usr.bin/sort | |
parent | eda6cf02b870dea97e6d98369cab4a301c4e1c0a (diff) | |
download | src-77b2b60dcf8aee5c71cbfa3150c2c225ac4ebb28.tar.gz src-77b2b60dcf8aee5c71cbfa3150c2c225ac4ebb28.zip |
Notes
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 4d43087879e8..6712c2299078 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" |