Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2008 18:02:58 GMT
From:      Vincenzo Iozzo <snagg@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 141471 for review
Message-ID:  <200805111802.m4BI2wUY001433@repoman.freebsd.org>

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

Change 141471 by snagg@snagg_macosx on 2008/05/11 18:02:40

	Fixed some identation mistakes

Affected files ...

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

Differences ...

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

@@ -48,7 +48,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 */
+#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#3 (text) ====

@@ -68,7 +68,8 @@
     "Audit pipe entries and buffers");
 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");
+static MALLOC_DEFINE(M_AUDIT_PIPE_PRESELECT_EVENT, 
+"audit_pipe_preselection", "Audit pipe preselection events structure");
 
 /*
  * Audit pipe buffer parameters.



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