summaryrefslogtreecommitdiffstats
path: root/sys/sys/mac.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-05-10 18:38:07 +0000
committerrwatson <rwatson@FreeBSD.org>2004-05-10 18:38:07 +0000
commit15cc971bcf0f8e77efc49cd1250fc4a311897e47 (patch)
treef10181a7133e1528d17720276148091545579bef /sys/sys/mac.h
parentda67f4fe48b94bf800a905d00a74d7074cbeb33a (diff)
downloadFreeBSD-src-15cc971bcf0f8e77efc49cd1250fc4a311897e47.zip
FreeBSD-src-15cc971bcf0f8e77efc49cd1250fc4a311897e47.tar.gz
Improve consistency of include file guards in src/sys/sys by terminating
them with '_', as well as beginning with '_'. Observed by: bde
Diffstat (limited to 'sys/sys/mac.h')
-rw-r--r--sys/sys/mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/mac.h b/sys/sys/mac.h
index 59c247a..45abe17 100644
--- a/sys/sys/mac.h
+++ b/sys/sys/mac.h
@@ -39,8 +39,8 @@
* The POSIX.1e implementation page may be reached at:
* http://www.trustedbsd.org/
*/
-#ifndef _SYS_MAC_H
-#define _SYS_MAC_H
+#ifndef _SYS_MAC_H_
+#define _SYS_MAC_H_
#include <sys/_label.h>
@@ -364,4 +364,4 @@ int vop_stdsetlabel_ea(struct vop_setlabel_args *ap);
#endif /* !_KERNEL */
-#endif /* !_SYS_MAC_H */
+#endif /* !_SYS_MAC_H_ */
OpenPOWER on IntegriCloud