DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.

This commit is contained in:
jhay 2002-05-15 11:32:53 +00:00
parent 11c66c495e
commit fa9aaf2ad1

View File

@ -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>