Date: Sat, 23 Apr 2005 12:33:51 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 75798 for review Message-ID: <200504231233.j3NCXpG6065866@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=75798 Change 75798 by rwatson@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504231233.j3NCXpG6065866>