summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/security/audit/audit.h6
-rw-r--r--sys/security/audit/audit_private.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/security/audit/audit.h b/sys/security/audit/audit.h
index d471c9c..b63ed12 100644
--- a/sys/security/audit/audit.h
+++ b/sys/security/audit/audit.h
@@ -34,8 +34,8 @@
* necessary for the kernel as a whole to interact with the audit subsystem.
*/
-#ifndef _BSM_AUDIT_KERNEL_H
-#define _BSM_AUDIT_KERNEL_H
+#ifndef _SECURITY_AUDIT_KERNEL_H_
+#define _SEUCRITY_AUDIT_KERNEL_H_
#ifndef _KERNEL
#error "no user-serviceable parts inside"
@@ -236,4 +236,4 @@ void audit_proc_free(struct proc *p);
#endif /* AUDIT */
-#endif /* !_BSM_AUDIT_KERNEL_H */
+#endif /* !_SECURITY_AUDIT_KERNEL_H_ */
diff --git a/sys/security/audit/audit_private.h b/sys/security/audit/audit_private.h
index 41efe90..306036b 100644
--- a/sys/security/audit/audit_private.h
+++ b/sys/security/audit/audit_private.h
@@ -34,8 +34,8 @@
* within the audit implementation.
*/
-#ifndef _BSM_AUDIT_PRIVATE_H
-#define _BSM_AUDIT_PRIVATE_H
+#ifndef _SECURITY_AUDIT_PRIVATE_H_
+#define _SECURITY_AUDIT_PRIVATE_H_
#ifndef _KERNEL
#error "no user-serviceable parts inside"
@@ -302,4 +302,4 @@ void audit_rotate_vnode(struct ucred *cred,
*/
void audit_pipe_submit(void *record, u_int record_len);
-#endif /* ! _BSM_AUDIT_PRIVATE_H */
+#endif /* ! _SECURITY_AUDIT_PRIVATE_H_ */
OpenPOWER on IntegriCloud