PERFORCE change 141472 for review

Vincenzo Iozzo snagg at FreeBSD.org
Sun May 11 18:08:04 UTC 2008


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

Change 141472 by snagg at snagg_macosx on 2008/05/11 18:07:17

	style fixes

Affected files ...

.. //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_ioctl.h#4 edit
.. //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_pipe.c#4 edit

Differences ...

==== //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_ioctl.h#4 (text) ====

@@ -49,6 +49,7 @@
 #define	AUDITPIPE_PRESELECT_MODE_TRAIL	1	/* Global audit trail. */
 #define	AUDITPIPE_PRESELECT_MODE_LOCAL	2	/* Local audit trail. */
 #define	AUDITPIPE_PRESELECT_MODE_SYSCALL	3 /* Events based audit trail */
+
 /*
  * Ioctls to read and control the behavior of individual audit pipe devices.
  */

==== //depot/projects/soc2008/snagg-audit/sys/security/audit/audit_pipe.c#4 (text) ====

@@ -69,7 +69,7 @@
 static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT, "audit_pipe_presel",
     "Audit pipe preselection structure");
 static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT_EVENT, 
-"audit_pipe_preselection", "Audit pipe preselection events structure");
+	"Audit_pipe_preselection", "Audit pipe preselection events structure");
 
 /*
  * Audit pipe buffer parameters.


More information about the p4-projects mailing list