From 2550c62fe08f6863013beae8504c876ee59dcc4e Mon Sep 17 00:00:00 2001 From: robertmh Date: Sun, 8 Feb 2009 21:50:27 +0000 Subject: [PATCH] 2009-02-08 Robert Millan * fs/tar.c: Replace "fs/cpio.h" with "cpio.h". --- ChangeLog | 4 ++++ fs/tar.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"