From 04c99ebb4f59d784d8bceaad86cb6227c1babd17 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 7 Apr 2007 00:44:31 +0000 Subject: random small shrinkage and elimination of statics --- archival/libunarchive/get_header_ar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archival/libunarchive') diff --git a/archival/libunarchive/get_header_ar.c b/archival/libunarchive/get_header_ar.c index c691f1b2f..88c0220ad 100644 --- a/archival/libunarchive/get_header_ar.c +++ b/archival/libunarchive/get_header_ar.c @@ -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 */ -- cgit v1.2.3