2010-01-18 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/i386/bsd.h: Fix include pathes.
This commit is contained in:
parent
262bff8d83
commit
6f7db5d676
2 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/i386/bsd.h: Fix include pathes.
|
||||
|
||||
2010-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Add missing *BSD copyright headers.
|
||||
|
|
|
@ -20,12 +20,12 @@
|
|||
#define GRUB_BSD_CPU_HEADER 1
|
||||
|
||||
#include <grub/types.h>
|
||||
#include <grub/freebsd_reboot.h>
|
||||
#include <grub/netbsd_reboot.h>
|
||||
#include <grub/openbsd_reboot.h>
|
||||
#include <grub/freebsd_linker.h>
|
||||
#include <grub/netbsd_bootinfo.h>
|
||||
#include <grub/openbsd_bootarg.h>
|
||||
#include <grub/i386/freebsd_reboot.h>
|
||||
#include <grub/i386/netbsd_reboot.h>
|
||||
#include <grub/i386/openbsd_reboot.h>
|
||||
#include <grub/i386/freebsd_linker.h>
|
||||
#include <grub/i386/netbsd_bootinfo.h>
|
||||
#include <grub/i386/openbsd_bootarg.h>
|
||||
|
||||
|
||||
enum bsd_kernel_types
|
||||
|
|
Loading…
Add table
Reference in a new issue