random small shrinkage and elimination of statics

This commit is contained in:
Denis Vlasenko
2007-04-07 00:44:31 +00:00
parent 19507f0869
commit 04c99ebb4f
4 changed files with 8 additions and 7 deletions

View File

@@ -23,9 +23,9 @@ char get_header_ar(archive_handle_t *archive_handle)
char magic[2];
} formatted;
} ar;
#ifdef CONFIG_FEATURE_AR_LONG_FILENAMES
#if ENABLE_FEATURE_AR_LONG_FILENAMES
static char *ar_long_names;
static unsigned int ar_long_name_size;
static unsigned ar_long_name_size;
#endif
/* dont use xread as we want to handle the error ourself */