summaryrefslogtreecommitdiffstats
path: root/usr.bin/sort
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-06-17 20:15:39 +0000
committereadler <eadler@FreeBSD.org>2013-06-17 20:15:39 +0000
commit8436d05fdc3b1f7cf28dde2fa8f1d5dea4cef558 (patch)
treebf44188a602438556c0b49da8a021716ec3a7527 /usr.bin/sort
parent39742cda0343d1c1e0abd15b51656ffd08af65d3 (diff)
downloadFreeBSD-src-8436d05fdc3b1f7cf28dde2fa8f1d5dea4cef558.zip
FreeBSD-src-8436d05fdc3b1f7cf28dde2fa8f1d5dea4cef558.tar.gz
Fix header guards.
This was ready about the same time as r251862 so just make one final cleanup Submitted by: dt71@gmx.com
Diffstat (limited to 'usr.bin/sort')
-rw-r--r--usr.bin/sort/vsort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/vsort.h b/usr.bin/sort/vsort.h
index 6712c22..17f58e5 100644
--- a/usr.bin/sort/vsort.h
+++ b/usr.bin/sort/vsort.h
@@ -27,8 +27,8 @@
* SUCH DAMAGE.
*/
-#if !defined(__VSORT_H__)
-#define __VSORT_H__
+#ifndef _VSORT_H_
+#define _VSORT_H_
#include "bwstring.h"
OpenPOWER on IntegriCloud