]> Dogcows Code - chaz/tar/blobdiff - src/mangle.c
(to_chars): Fix base-256 output.
[chaz/tar] / src / mangle.c
index f6d57ba6329d7faf00ed0d2bd70b89c09ea73ef4..559013135db711c69a7cd7b4bdaaf1205e2578a2 100644 (file)
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "system.h"
-
-#include <time.h>
-#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    |
This page took 0.020374 seconds and 4 git commands to generate.