]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-02-08 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sun, 8 Feb 2009 21:50:27 +0000 (21:50 +0000)
committerrobertmh <robertmh@localhost>
Sun, 8 Feb 2009 21:50:27 +0000 (21:50 +0000)
        * fs/tar.c: Replace "fs/cpio.h" with "cpio.h".

ChangeLog
fs/tar.c

index ecf7b8338595bc7e757197be6ddca87f58aa97c8..9bf64808bbfa97b559df8e7c60b3f90da10b0f4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-08  Robert Millan  <rmh@aybabtu.com>
+
+       * fs/tar.c: Replace "fs/cpio.h" with "cpio.h".
+
 2009-02-08  Robert Millan  <rmh@aybabtu.com>
 
        * Makefile.in (host_os, host_cpu): New variables.
index 2b0c4cb5fe969f2a5a4eea6b5d03ef3913cbbd80..6ab62bca799e6bbd46b92008d801ac95af3eb58c 100644 (file)
--- a/fs/tar.c
+++ b/fs/tar.c
@@ -1,2 +1,2 @@
 #define MODE_USTAR 1
-#include "fs/cpio.c"
+#include "cpio.c"