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 <[email protected]>
* 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 <[email protected]>
+ * fs/tar.c: Replace "fs/cpio.h" with "cpio.h".
+
+2009-02-08 Robert Millan <[email protected]>
+
* 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"