summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-03 15:49:07 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-03 15:49:07 +0000
commitd0b8d1133596913b01b27a974d4e0522d5ed1d21 (patch)
treeec96679d913f714da3d9a36f88c9d97103c826cb /sys/security
parent3624192ab6bff7ef9179f00a1b7825881a57906a (diff)
downloadFreeBSD-src-d0b8d1133596913b01b27a974d4e0522d5ed1d21.zip
FreeBSD-src-d0b8d1133596913b01b27a974d4e0522d5ed1d21.tar.gz
Remove user.h include in audit.h, it is unneeded, and also can cause
build problems for other components that include audit.h.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/audit/audit.h b/sys/security/audit/audit.h
index f889f3b..7421f0d 100644
--- a/sys/security/audit/audit.h
+++ b/sys/security/audit/audit.h
@@ -45,7 +45,6 @@
#include <sys/file.h>
#include <sys/sysctl.h>
-#include <sys/user.h>
/*
* Audit subsystem condition flags. The audit_enabled flag is set and
OpenPOWER on IntegriCloud