summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-01-01 01:56:19 +0000
committeralfred <alfred@FreeBSD.org>2003-01-01 01:56:19 +0000
commit927595101c90970b6249e81f3f50d19902192a7d (patch)
treeebb22b0d8030959ee26f9f429f2729208d65ac89 /sys/dev/raidframe
parent8ae9cf91c89128c149e71f64d2301033414f960f (diff)
downloadFreeBSD-src-927595101c90970b6249e81f3f50d19902192a7d.zip
FreeBSD-src-927595101c90970b6249e81f3f50d19902192a7d.tar.gz
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.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_freebsdkintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c
index 77fd13c..1a06659 100644
--- a/sys/dev/raidframe/rf_freebsdkintf.c
+++ b/sys/dev/raidframe/rf_freebsdkintf.c
@@ -149,6 +149,7 @@
#include <sys/stat.h>
#include <sys/ioccom.h>
#include <sys/filio.h>
+#include <sys/filedesc.h>
#include <sys/fcntl.h>
#include <sys/systm.h>
#include <sys/namei.h>
OpenPOWER on IntegriCloud