X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fmangle.c;h=8487c896ec8efbc2f3d02839e97bf7f5a1ef054b;hb=4732e8a4daa502ac15bd811fef84473deb3d516e;hp=985847f73274dc0f2c7ea1977c47abafbf1feabc;hpb=fbc8201238bb5a14653a77a0b20f3cf015386a03;p=chaz%2Ftar diff --git a/src/mangle.c b/src/mangle.c index 985847f..8487c89 100644 --- a/src/mangle.c +++ b/src/mangle.c @@ -18,7 +18,9 @@ #include "system.h" #include +#ifndef time time_t time (); +#endif #include "common.h" @@ -31,10 +33,6 @@ struct mangled char normal[1]; }; -/* Should use a hash table, etc. . */ -struct mangled *first_mangle; -int mangled_num = 0; - /*---------------------------------------------------------------------. | Extract a GNUTYPE_NAMES record contents. It seems that such are not | | produced anymore by GNU tar, but we leave the reading code around |