Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 15:13:18 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92125 for review
Message-ID:  <200602211513.k1LFDI3G037114@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92125

Change 92125 by csjp@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
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602211513.k1LFDI3G037114>