aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-26 07:17:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-26 07:17:26 +0000
commite7ba2e401c52467e8e9be00002a2bd4bad5a17fc (patch)
tree84014b40d0b223e31ed93a4cdb981ecfb07fe1a5 /usr.sbin
parentb0c6f4cf7af1741fc5fbdb555d83276b16cdad74 (diff)
downloadsrc-e7ba2e401c52467e8e9be00002a2bd4bad5a17fc.tar.gz
src-e7ba2e401c52467e8e9be00002a2bd4bad5a17fc.zip
random.h moved to sys/
Notes
Notes: svn path=/head/; revision=59643
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rndcontrol/rndcontrol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rndcontrol/rndcontrol.c b/usr.sbin/rndcontrol/rndcontrol.c
index b3c16f28a8ee..7180061e230f 100644
--- a/usr.sbin/rndcontrol/rndcontrol.c
+++ b/usr.sbin/rndcontrol/rndcontrol.c
@@ -29,13 +29,13 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
+#include <sys/ioctl.h>
+#include <sys/random.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
-#include <sys/ioctl.h>
-#include <machine/random.h>
static void
usage()