PERFORCE change 75798 for review
Robert Watson
rwatson at FreeBSD.org
Sat Apr 23 05:33:52 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=75798
Change 75798 by rwatson at rwatson_paprika on 2005/04/23 12:33:10
Look for _KERNEL as well as KERNEL.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bsm/audit_kernel.h#2 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bsm/audit_kernel.h#2 (text+ko) ====
@@ -24,7 +24,7 @@
#ifndef _BSM_AUDIT_KERNEL_H
#define _BSM_AUDIT_KERNEL_H
-#ifdef KERNEL
+#if defined(_KERNEL) || defined(KERNEL)
#include <bsm/audit.h>
@@ -395,6 +395,6 @@
#endif /* AUDIT */
-#endif /* KERNEL */
+#endif /* !defined(_KERNEL) || defined(KERNEL) */
#endif /* !_BSM_AUDIT_KERNEL_H */
More information about the p4-projects
mailing list