PERFORCE change 75798 for review

Robert Watson rwatson at FreeBSD.org
Sat Apr 23 12:33:51 GMT 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 */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list