diff options
Diffstat (limited to 'src/tar/REGTYPE.c')
| -rw-r--r-- | src/tar/REGTYPE.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tar/REGTYPE.c b/src/tar/REGTYPE.c new file mode 100644 index 00000000..d1935b93 --- /dev/null +++ b/src/tar/REGTYPE.c @@ -0,0 +1,7 @@ +#include <tar.h> + +#define REGTYPE '0' +/*d Regular file. d*/ +/* +POSIX(1) +*/ |
