aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-05-10 18:38:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-05-10 18:38:07 +0000
commit02ebd2bcb54ebad1a3536911a01cd3174bf3327e (patch)
treef10181a7133e1528d17720276148091545579bef /sys/security
parentffe2232b31e26c002a7f9550eae18fa94cd97ba9 (diff)
Notes
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac/mac_framework.h6
-rw-r--r--sys/security/mac/mac_policy.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h
index 59c247a5f5929..45abe171eccfc 100644
--- a/sys/security/mac/mac_framework.h
+++ b/sys/security/mac/mac_framework.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_ */
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h
index 0c3eff8c8e216..8bcc1beee3585 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -36,8 +36,8 @@
/*
* Kernel interface for MAC policy modules.
*/
-#ifndef _SYS_MAC_POLICY_H
-#define _SYS_MAC_POLICY_H
+#ifndef _SYS_MAC_POLICY_H_
+#define _SYS_MAC_POLICY_H_
/*-
* Pluggable access control policy definition structure.
@@ -502,4 +502,4 @@ int mac_policy_modevent(module_t mod, int type, void *data);
#define LABEL_TO_SLOT(l, s) (l)->l_perpolicy[s]
-#endif /* !_SYS_MAC_POLICY_H */
+#endif /* !_SYS_MAC_POLICY_H_ */