Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 20:45:00 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 45104 for review
Message-ID:  <200401110445.i0B4j0FV049971@repoman.freebsd.org>

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

Change 45104 by rwatson@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);



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