From ff340ae492915a1723450c148641b594326c5fd8 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Mon, 4 Apr 2005 19:00:13 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V10_2_19mdk'. --- mdk-stage1/dietlibc/include/tar.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 mdk-stage1/dietlibc/include/tar.h (limited to 'mdk-stage1/dietlibc/include/tar.h') diff --git a/mdk-stage1/dietlibc/include/tar.h b/mdk-stage1/dietlibc/include/tar.h deleted file mode 100644 index a78bbce54..000000000 --- a/mdk-stage1/dietlibc/include/tar.h +++ /dev/null @@ -1,36 +0,0 @@ -#ifndef _TAR_H_ -#define _TAR_H_ - -#define TMAGIC "ustar" -#define TVERSION "00" - -#define TMAGLEN 6 -#define TVERSLEN 2 - -#define REGTYPE '0' -#define AREGTYPE '\0' -#define LNKTYPE '1' -#define SYMTYPE '2' -#define CHRTYPE '3' -#define BLKTYPE '4' -#define DIRTYPE '5' -#define FIFOTYPE '6' -#define CONTTYPE '7' - -#define TSUID 04000 -#define TSGID 02000 -#define TSVTX 01000 - -#define TUREAD 00400 -#define TUWRITE 00200 -#define TUEXEC 00100 - -#define TGREAD 00040 -#define TGWRITE 00020 -#define TGEXEC 00010 - -#define TOREAD 00004 -#define TOWRITE 00002 -#define TOEXEC 00001 - -#endif /* _TAR_H_ */ -- cgit v1.2.1