aboutsummaryrefslogtreecommitdiffstats
path: root/grub-core/fs/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'grub-core/fs/tar.c')
-rw-r--r--grub-core/fs/tar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/grub-core/fs/tar.c b/grub-core/fs/tar.c
new file mode 100644
index 0000000..6ab62bc
--- /dev/null
+++ b/grub-core/fs/tar.c
@@ -0,0 +1,2 @@
+#define MODE_USTAR 1
+#include "cpio.c"