2009-02-08 Robert Millan <rmh@aybabtu.com>

* fs/tar.c: Replace "fs/cpio.h" with "cpio.h".
This commit is contained in:
robertmh 2009-02-08 21:50:27 +00:00
parent 56978920b1
commit 2550c62fe0
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -1,2 +1,2 @@
#define MODE_USTAR 1
#include "fs/cpio.c"
#include "cpio.c"