machine/random.h -> sys/random.h

This commit is contained in:
Yoshihiro Takahashi 2000-04-27 13:13:43 +00:00
parent f23d815dbd
commit cd6f7fcd8d
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@
#include <isa/rtc.h>
#endif
#include <machine/vm86.h>
#include <machine/random.h>
#include <sys/random.h>
#include <sys/ptrace.h>
#include <machine/sigframe.h>

View File

@ -126,7 +126,7 @@
#include <isa/rtc.h>
#endif
#include <machine/vm86.h>
#include <machine/random.h>
#include <sys/random.h>
#include <sys/ptrace.h>
#include <machine/sigframe.h>

View File

@ -47,6 +47,7 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/cons.h>
#include <sys/random.h>
#include <machine/clock.h>
#include <machine/console.h>
@ -55,7 +56,6 @@
#ifdef __i386__
#include <machine/apm_bios.h>
#include <machine/frame.h>
#include <machine/random.h>
#endif
#include <dev/kbd/kbdreg.h>