X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmangle.c;h=559013135db711c69a7cd7b4bdaaf1205e2578a2;hb=825b72c52bb82523627f880b49d4d9105c4d7b2e;hp=f6d57ba6329d7faf00ed0d2bd70b89c09ea73ef4;hpb=984190dcc691e1255b7ed08eb1379318f599ab3d;p=chaz%2Ftar diff --git a/src/mangle.c b/src/mangle.c index f6d57ba..5590131 100644 --- a/src/mangle.c +++ b/src/mangle.c @@ -16,12 +16,6 @@ 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "system.h" - -#include -#ifndef time -time_t time (); -#endif - #include "common.h" struct mangled @@ -33,10 +27,6 @@ struct mangled char normal[1]; }; -/* Should use a hash table, etc. . */ -static struct mangled *first_mangle; -static int mangled_num; - /*---------------------------------------------------------------------. | Extract a GNUTYPE_NAMES record contents. It seems that such are not | | produced anymore by GNU tar, but we leave the reading code around |