PERFORCE change 75799 for review

Robert Watson rwatson at FreeBSD.org
Sat Apr 23 12:36:55 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=75799

Change 75799 by rwatson at rwatson_paprika on 2005/04/23 12:36:14

	FreeBSD and Darwin variants on _KERNEL.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit.h#3 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit.h#3 (text+ko) ====

@@ -284,7 +284,7 @@
 };
 typedef struct au_evclass_map au_evclass_map_t;
 
-#ifndef KERNEL
+#if !defined(_KERNEL) && !defined(KERNEL)
 
 int audit (const void *, int);
 int auditon (int, void *, int);
@@ -295,7 +295,7 @@
 int setaudit (const struct auditinfo *);
 int getaudit_addr (struct auditinfo_addr *, int);
 int setaudit_addr (const struct auditinfo_addr *, int);
-#endif /* !KERNEL */
+#endif /* defined(_KERNEL) || defined(KERNEL) */
 
 __END_DECLS
 
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