]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Forgot tar.c
authorrobertmh <robertmh@localhost>
Sun, 8 Feb 2009 00:51:22 +0000 (00:51 +0000)
committerrobertmh <robertmh@localhost>
Sun, 8 Feb 2009 00:51:22 +0000 (00:51 +0000)
fs/tar.c [new file with mode: 0644]

diff --git a/fs/tar.c b/fs/tar.c
new file mode 100644 (file)
index 0000000..2b0c4cb
--- /dev/null
+++ b/fs/tar.c
@@ -0,0 +1,2 @@
+#define MODE_USTAR 1
+#include "fs/cpio.c"