Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2008 16:27:11 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 144288 for review
Message-ID:  <200806291627.m5TGRB8j067667@repoman.freebsd.org>

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

Change 144288 by rwatson@rwatson_fledge on 2008/06/29 16:27:05

	More minor style changes.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 (text+ko) ====

@@ -26,7 +26,7 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#29 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#30 $
  */
 
 #include <sys/types.h>
@@ -90,8 +90,8 @@
 static mach_port_t      port_set = MACH_PORT_NULL;
 
 #ifndef __BSM_INTERNAL_NOTIFY_KEY
-#define __BSM_INTERNAL_NOTIFY_KEY "com.apple.audit.change"
-#endif  /* __BSM_INTERNAL_NOTIFY_KEY */
+#define	__BSM_INTERNAL_NOTIFY_KEY "com.apple.audit.change"
+#endif /* __BSM_INTERNAL_NOTIFY_KEY */
 #endif /* USE_MACH_IPC */
 
 static TAILQ_HEAD(, dir_ent)	dir_q;
@@ -599,13 +599,13 @@
  */
 #define	DUPLICATE_INTERVAL	30
 #ifdef USE_MACH_IPC
-#define AT_SUCCESS	KERN_SUCCESS
+#define	AT_SUCCESS	KERN_SUCCESS
 
 /* ARGSUSED */
 kern_return_t
 audit_triggers(mach_port_t __unused audit_port, int trigger)
 #else
-#define AT_SUCCESS	0
+#define	AT_SUCCESS	0
 
 static int
 handle_audit_trigger(int trigger)



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