summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2002-05-15 11:32:53 +0000
committerjhay <jhay@FreeBSD.org>2002-05-15 11:32:53 +0000
commitfa9aaf2ad153f606ef6f2d005e8f9a511230332f (patch)
tree84ca005c82951f4a7d0ce20b1bfcb63a19349f01 /sys
parent11c66c495e00cc92d27acbb6953f7877beaaf575 (diff)
downloadFreeBSD-src-fa9aaf2ad153f606ef6f2d005e8f9a511230332f.zip
FreeBSD-src-fa9aaf2ad153f606ef6f2d005e8f9a511230332f.tar.gz
DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/libi386/bioscd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/libi386/bioscd.c b/sys/boot/i386/libi386/bioscd.c
index edc05d6..d957596 100644
--- a/sys/boot/i386/libi386/bioscd.c
+++ b/sys/boot/i386/libi386/bioscd.c
@@ -39,8 +39,8 @@
#include <stand.h>
+#include <sys/param.h>
#include <sys/reboot.h>
-#include <machine/param.h>
#include <machine/psl.h>
#include <stdarg.h>
OpenPOWER on IntegriCloud