summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
committerwollman <wollman@FreeBSD.org>2001-01-09 04:33:49 +0000
commit70c88bb8dad8043bc6de6c2381c0f3d55e803379 (patch)
treedb08626bdde4f7fc600087db865a131d6da00a65 /sys/dev/random
parent73868ac960ac5a7e40b0f6c9fe5956281809d520 (diff)
downloadFreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.zip
FreeBSD-src-70c88bb8dad8043bc6de6c2381c0f3d55e803379.tar.gz
select() DKI is now in <sys/selinfo.h>.
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/harvest.c2
-rw-r--r--sys/dev/random/randomdev.c2
-rw-r--r--sys/dev/random/yarrow.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c
index 89a6368..60067dc 100644
--- a/sys/dev/random/harvest.c
+++ b/sys/dev/random/harvest.c
@@ -33,7 +33,7 @@
#include <sys/kthread.h>
#include <sys/mutex.h>
#include <sys/poll.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/random.h>
#include <machine/cpu.h>
diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c
index 6c9ee84..5a39b86 100644
--- a/sys/dev/random/randomdev.c
+++ b/sys/dev/random/randomdev.c
@@ -37,7 +37,7 @@
#include <sys/module.h>
#include <sys/bus.h>
#include <sys/poll.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/random.h>
#include <sys/vnode.h>
#include <machine/bus.h>
diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c
index 34d1b90..d50dcfa 100644
--- a/sys/dev/random/yarrow.c
+++ b/sys/dev/random/yarrow.c
@@ -36,7 +36,7 @@
#include <sys/kthread.h>
#include <sys/libkern.h>
#include <sys/mutex.h>
-#include <sys/select.h>
+#include <sys/selinfo.h>
#include <sys/random.h>
#include <sys/types.h>
#include <sys/unistd.h>
OpenPOWER on IntegriCloud