]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-01-18 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 18 Jan 2010 18:25:20 +0000 (19:25 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 18 Jan 2010 18:25:20 +0000 (19:25 +0100)
* include/grub/i386/bsd.h: Fix include pathes.

ChangeLog
include/grub/i386/bsd.h

index 633ebd62abbf7ed1a0672d60b1ef01469bbe7d77..7b22a6aea4624766e8e31260e60ed5b9d6706c42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 53db09e61bdaf5b0aac55bfe35f31a84c37f7cff..e26c35652c9e4fb45ab239f5426d1c861b8cb7ae 100644 (file)
 #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