diff options
author | phk <phk@FreeBSD.org> | 2003-04-04 16:35:16 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-04-04 16:35:16 +0000 |
commit | 84d6b36e309c74d75565793688f01807fb1340f6 (patch) | |
tree | a6b84bed6839656a8003f724b1f2eec04ec03e0f /sys/boot/sparc64/boot1 | |
parent | 4ea6a23f8df49350892e9ec146853181cbce31bb (diff) | |
download | FreeBSD-src-84d6b36e309c74d75565793688f01807fb1340f6.zip FreeBSD-src-84d6b36e309c74d75565793688f01807fb1340f6.tar.gz |
Libdisk does not need to include <sys/diskslice.h> any more.
Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h>
Move i386/pc98 specific bits from <sys/reboot.h> to
<i386/include/bootinfo.h> as well.
Adjust includes in sys/boot accordingly.
Diffstat (limited to 'sys/boot/sparc64/boot1')
-rw-r--r-- | sys/boot/sparc64/boot1/boot1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index 1eeb556..b650f8b 100644 --- a/sys/boot/sparc64/boot1/boot1.c +++ b/sys/boot/sparc64/boot1/boot1.c @@ -20,8 +20,6 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> -#include <sys/reboot.h> -#include <sys/diskslice.h> #include <sys/disklabel.h> #include <sys/dirent.h> #include <machine/elf.h> |