PERFORCE change 91354 for review
Robert Watson
rwatson at FreeBSD.org
Wed Feb 8 01:11:38 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91354
Change 91354 by rwatson at rwatson_peppercorn on 2006/02/08 01:10:56
Sort types.h before other include files, as Darwin's dirrent.h
depends on types.h.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#5 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#12 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#5 (text+ko) ====
@@ -30,7 +30,7 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#4 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/audit/audit.c#5 $
*/
/*
* Program to trigger the audit daemon with a message that is either:
@@ -40,8 +40,8 @@
*
*/
+#include <sys/types.h>
#include <sys/queue.h>
-#include <sys/types.h>
#include <sys/uio.h>
#include <bsm/audit.h>
==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#12 (text+ko) ====
@@ -30,14 +30,14 @@
*
* @APPLE_BSD_LICENSE_HEADER_END@
*
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#11 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#12 $
*/
+#include <sys/types.h>
#include <sys/dirent.h>
#include <sys/mman.h>
#include <sys/queue.h>
#include <sys/stat.h>
-#include <sys/types.h>
#include <sys/wait.h>
#include <bsm/audit.h>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list