commit-grub
[Top][All Lists]
Advanced

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

[1984] 2009-02-08 Robert Millan <address@hidden>


From: Robert Millan
Subject: [1984] 2009-02-08 Robert Millan <address@hidden>
Date: Sun, 08 Feb 2009 21:50:28 +0000

Revision: 1984
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1984
Author:   robertmh
Date:     2009-02-08 21:50:27 +0000 (Sun, 08 Feb 2009)

Log Message:
-----------
2009-02-08  Robert Millan  <address@hidden>

        * fs/tar.c: Replace "fs/cpio.h" with "cpio.h".

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/fs/tar.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-02-08 19:59:32 UTC (rev 1983)
+++ trunk/grub2/ChangeLog       2009-02-08 21:50:27 UTC (rev 1984)
@@ -1,5 +1,9 @@
 2009-02-08  Robert Millan  <address@hidden>
 
+       * fs/tar.c: Replace "fs/cpio.h" with "cpio.h".
+
+2009-02-08  Robert Millan  <address@hidden>
+
        * Makefile.in (host_os, host_cpu): New variables.
        (target_os): Remove.  Update all users.
 

Modified: trunk/grub2/fs/tar.c
===================================================================
--- trunk/grub2/fs/tar.c        2009-02-08 19:59:32 UTC (rev 1983)
+++ trunk/grub2/fs/tar.c        2009-02-08 21:50:27 UTC (rev 1984)
@@ -1,2 +1,2 @@
 #define MODE_USTAR 1
-#include "fs/cpio.c"
+#include "cpio.c"






reply via email to

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