diff options
| author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 02:27:55 +0000 |
|---|---|---|
| committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 02:27:55 +0000 |
| commit | fc2d376a018fa6621ee2cbb38d46eb5a971e32b2 (patch) | |
| tree | 8a13304f4192e1785eb38f4a0e9852a63bd0a38c | |
| parent | 8fd2a767b973aff5e936cae8f2c262349f554bcb (diff) | |
| download | busybox-w32-fc2d376a018fa6621ee2cbb38d46eb5a971e32b2.tar.gz busybox-w32-fc2d376a018fa6621ee2cbb38d46eb5a971e32b2.tar.bz2 busybox-w32-fc2d376a018fa6621ee2cbb38d46eb5a971e32b2.zip | |
remove defines around unarchive, its always used
git-svn-id: svn://busybox.net/trunk/busybox@2879 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -rw-r--r-- | libbb/unarchive.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/unarchive.c b/libbb/unarchive.c index f396bd724..e4150bda2 100644 --- a/libbb/unarchive.c +++ b/libbb/unarchive.c | |||
| @@ -193,7 +193,6 @@ char *extract_archive(FILE *src_stream, FILE *out_stream, const file_header_t *f | |||
| 193 | return(NULL); /* Maybe we should say if failed */ | 193 | return(NULL); /* Maybe we should say if failed */ |
| 194 | } | 194 | } |
| 195 | 195 | ||
| 196 | #if defined BB_AR || defined BB_CPIO || defined BB_UNTAR | ||
| 197 | char *unarchive(FILE *src_stream, void *(*get_headers)(FILE *), | 196 | char *unarchive(FILE *src_stream, void *(*get_headers)(FILE *), |
| 198 | const int extract_function, const char *prefix, char **extract_names) | 197 | const int extract_function, const char *prefix, char **extract_names) |
| 199 | { | 198 | { |
| @@ -224,7 +223,6 @@ char *unarchive(FILE *src_stream, void *(*get_headers)(FILE *), | |||
| 224 | } | 223 | } |
| 225 | return(buffer); | 224 | return(buffer); |
| 226 | } | 225 | } |
| 227 | #endif | ||
| 228 | 226 | ||
| 229 | #if defined BB_AR || defined BB_DPKG_DEB || defined BB_DPKG | 227 | #if defined BB_AR || defined BB_DPKG_DEB || defined BB_DPKG |
| 230 | void *get_header_ar(FILE *src_stream) | 228 | void *get_header_ar(FILE *src_stream) |
