From: François Pinard Date: Wed, 16 Nov 1994 02:42:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=8e9027857c8dba2d57134a271c76ce2553302d19;p=chaz%2Ftar *** empty log message *** --- diff --git a/src/create.c b/src/create.c index ed9f172..b03c2f2 100644 --- a/src/create.c +++ b/src/create.c @@ -91,8 +91,6 @@ extern struct name *gnu_list_name; extern void print_header(); union record *start_header(); -void add_mangle(); -void add_symlink_mangle(); void blank_name_list(); int check_exclude(); PTR ck_malloc(); @@ -115,7 +113,6 @@ void to_oct(); void dump_file(); void write_dir_file(); void write_eot(); -void write_mangled(); int zero_record(); /* This code moved from tar.h since create.c is the only file that cares @@ -182,7 +179,6 @@ create_archive() while (p = name_next(1)); } - write_mangled(); write_eot(); close_archive(); if(f_gnudump)