From: robertmh Date: Sun, 8 Feb 2009 21:50:27 +0000 (+0000) Subject: 2009-02-08 Robert Millan X-Git-Tag: 1.98~1136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2550c62fe08f6863013beae8504c876ee59dcc4e;p=thirdparty%2Fgrub.git 2009-02-08 Robert Millan * fs/tar.c: Replace "fs/cpio.h" with "cpio.h". --- diff --git a/ChangeLog b/ChangeLog index ecf7b8338..9bf64808b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-08 Robert Millan + + * fs/tar.c: Replace "fs/cpio.h" with "cpio.h". + 2009-02-08 Robert Millan * Makefile.in (host_os, host_cpu): New variables. diff --git a/fs/tar.c b/fs/tar.c index 2b0c4cb5f..6ab62bca7 100644 --- a/fs/tar.c +++ b/fs/tar.c @@ -1,2 +1,2 @@ #define MODE_USTAR 1 -#include "fs/cpio.c" +#include "cpio.c"