From 70c88bb8dad8043bc6de6c2381c0f3d55e803379 Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 9 Jan 2001 04:33:49 +0000 Subject: select() DKI is now in . --- sys/dev/random/harvest.c | 2 +- sys/dev/random/randomdev.c | 2 +- sys/dev/random/yarrow.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/random') 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 #include #include -#include +#include #include #include 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 #include #include -#include +#include #include #include #include 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 #include #include -#include +#include #include #include #include -- cgit v1.1