projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7387240
)
remove defines around unarchive, its always used
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 22 Jun 2001 02:27:55 +0000
(
02:27
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 22 Jun 2001 02:27:55 +0000
(
02:27
-0000)
libbb/unarchive.c
patch
|
blob
|
history
diff --git
a/libbb/unarchive.c
b/libbb/unarchive.c
index f396bd724d08a3d91f9eacdfb3a1d1f70c9c51a8..e4150bda23f835fbb737acba7431ddc3b319fff1 100644
(file)
--- 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
return(NULL); /* Maybe we should say if failed */
}
-#if defined BB_AR || defined BB_CPIO || defined BB_UNTAR
char *unarchive(FILE *src_stream, void *(*get_headers)(FILE *),
const int extract_function, const char *prefix, char **extract_names)
{
@@
-224,7
+223,6
@@
char *unarchive(FILE *src_stream, void *(*get_headers)(FILE *),
}
return(buffer);
}
-#endif
#if defined BB_AR || defined BB_DPKG_DEB || defined BB_DPKG
void *get_header_ar(FILE *src_stream)