1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Include <sys/reboot.h> the definition of RB_BOOTINFO. The previous

commit broke the world because it depended on namespace pollution that
was only in my version of <machine/bootinfo.h>.  The include was removed
in rev.1.63 after the last reference to it went away in rev.1.61.
This commit is contained in:
Bruce Evans 2003-11-11 06:27:34 +00:00
parent fe6b8ecd5e
commit 129540b834
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122463
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ __FBSDID("$FreeBSD$");
#include <sys/disklabel.h>
#include <sys/diskmbr.h>
#include <sys/dirent.h>
#include <sys/reboot.h>
#include <machine/bootinfo.h>
#include <machine/elf.h>

View File

@ -20,6 +20,8 @@ __FBSDID("$FreeBSD$");
#include <sys/disklabel.h>
#include <sys/diskmbr.h>
#include <sys/dirent.h>
#include <sys/reboot.h>
#include <machine/bootinfo.h>
#include <machine/elf.h>