mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 05:21:08 +01:00
random.h moved to sys/
This commit is contained in:
parent
b0c6f4cf7a
commit
e7ba2e401c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59643
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user