]> Dogcows Code - chaz/tar/blobdiff - src/mangle.c
(first_mangle, mangled_num): Remove.
[chaz/tar] / src / mangle.c
index 985847f73274dc0f2c7ea1977c47abafbf1feabc..8487c896ec8efbc2f3d02839e97bf7f5a1ef054b 100644 (file)
@@ -18,7 +18,9 @@
 #include "system.h"
 
 #include <time.h>
+#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    |
This page took 0.023534 seconds and 4 git commands to generate.