PERFORCE change 92125 for review
Christian S.J. Peron
csjp at FreeBSD.org
Tue Feb 21 07:13:33 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92125
Change 92125 by csjp at csjp_xor on 2006/02/21 15:12:46
Minimize namespace pollution by moving the #includes under the
#if USE_BSM_AUDIT
Affected files ...
.. //depot/projects/trustedbsd/audit3/usr.bin/login/login_audit.c#13 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/usr.bin/login/login_audit.c#13 (text+ko) ====
@@ -31,6 +31,7 @@
* @APPLE_BSD_LICENSE_HEADER_END@
*/
+#ifdef USE_BSM_AUDIT
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
@@ -47,7 +48,6 @@
#include "login.h"
-#ifdef USE_BSM_AUDIT
/*
* Audit data
*/
More information about the trustedbsd-cvs
mailing list