summaryrefslogtreecommitdiff
path: root/src/tar/DIRTYPE.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tar/DIRTYPE.h')
-rw-r--r--src/tar/DIRTYPE.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tar/DIRTYPE.h b/src/tar/DIRTYPE.h
new file mode 100644
index 00000000..2d472b67
--- /dev/null
+++ b/src/tar/DIRTYPE.h
@@ -0,0 +1,7 @@
+#include <tar.h>
+
+#define DIRTYPE '5'
+/*d Directory. d*/
+/*
+POSIX(1)
+*/