PERFORCE change 45104 for review

Robert Watson rwatson at FreeBSD.org
Sun Jan 11 04:45:00 GMT 2004


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

Change 45104 by rwatson at rwatson_paprika on 2004/01/10 20:44:24

	Omit nested includes.

Affected files ...

.. //depot/projects/trustedbsd/audit2/sys/security/audit/audit.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit2/sys/security/audit/audit.h#2 (text+ko) ====

@@ -27,10 +27,6 @@
 #define	_SYS_AUDIT_H
 
 #include <sys/queue.h>
-#include <sys/ucred.h>
-#include <sys/param.h>
-#include <sys/ipc.h>
-#include <sys/socket.h>
 
 #define	AUDIT_RECORD_MAGIC	0x828a0f1b
 #define MAX_AUDIT_RECORDS	20
@@ -192,7 +188,6 @@
 typedef struct au_record au_record_t;
 
 #ifndef KERNEL
-#include <sys/cdefs.h>
 
 __BEGIN_DECLS
 int audit (const void *, int);
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