commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[1862] 2008-09-09 Felix Zielcke <address@hidden>


From: Felix Zielcke
Subject: [1862] 2008-09-09 Felix Zielcke <address@hidden>
Date: Tue, 09 Sep 2008 07:28:17 +0000

Revision: 1862
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1862
Author:   fzielcke
Date:     2008-09-09 07:28:17 +0000 (Tue, 09 Sep 2008)

Log Message:
-----------
2008-09-09  Felix Zielcke  <address@hidden>

        * util/hostdisk.c: Change #include <grub/util/biosdisk.h> to
        #include <grub/util/hostdisk.h>.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/util/hostdisk.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2008-09-08 19:10:16 UTC (rev 1861)
+++ trunk/grub2/ChangeLog       2008-09-09 07:28:17 UTC (rev 1862)
@@ -1,3 +1,8 @@
+2008-09-09  Felix Zielcke  <address@hidden>
+
+       * util/hostdisk.c: Change #include <grub/util/biosdisk.h> to
+       #include <grub/util/hostdisk.h>.
+
 2008-09-08  Robert Millan  <address@hidden>
 
        * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Skip

Modified: trunk/grub2/util/hostdisk.c
===================================================================
--- trunk/grub2/util/hostdisk.c 2008-09-08 19:10:16 UTC (rev 1861)
+++ trunk/grub2/util/hostdisk.c 2008-09-09 07:28:17 UTC (rev 1862)
@@ -23,7 +23,7 @@
 #include <grub/types.h>
 #include <grub/err.h>
 #include <grub/util/misc.h>
-#include <grub/util/biosdisk.h>
+#include <grub/util/hostdisk.h>
 #include <grub/misc.h>
 
 #include <stdio.h>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]