aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_acl.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-01-01 01:56:19 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-01-01 01:56:19 +0000
commit13438f6823e991fe0c5616bc3a6f766a0a86c210 (patch)
treeebb22b0d8030959ee26f9f429f2729208d65ac89 /sys/kern/kern_acl.c
parent4f5a0588eee9daf5497a6c50536f0b3ebbc8b88a (diff)
downloadsrc-13438f6823e991fe0c5616bc3a6f766a0a86c210.tar.gz
src-13438f6823e991fe0c5616bc3a6f766a0a86c210.zip
When compiling the kernel do not implicitly include filedesc.h from proc.h,
this was causing filedesc work to be very painful. In order to make this work split out sigio definitions to thier own header (sigio.h) which is included from proc.h for the time being.
Notes
Notes: svn path=/head/; revision=108524
Diffstat (limited to 'sys/kern/kern_acl.c')
-rw-r--r--sys/kern/kern_acl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c
index 766c62da184c..3b48a82a6b1f 100644
--- a/sys/kern/kern_acl.c
+++ b/sys/kern/kern_acl.c
@@ -45,6 +45,7 @@
#include <sys/mutex.h>
#include <sys/namei.h>
#include <sys/file.h>
+#include <sys/filedesc.h>
#include <sys/proc.h>
#include <sys/sysent.h>
#include <sys/errno.h>