diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-20 07:48:00 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-20 07:48:00 +0000 |
commit | 6b3952392e20d78ddf4ef906bc0ee44d040c72da (patch) | |
tree | 48535c1f250f98707e595cfb83f47c83332c4fc9 /dpkg_deb.c | |
parent | e979da5a0d154202e5422cfe6997e52683372fdb (diff) | |
download | busybox-w32-6b3952392e20d78ddf4ef906bc0ee44d040c72da.tar.gz busybox-w32-6b3952392e20d78ddf4ef906bc0ee44d040c72da.tar.bz2 busybox-w32-6b3952392e20d78ddf4ef906bc0ee44d040c72da.zip |
Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this.
It effects ar, dpkg-deb applets only
git-svn-id: svn://busybox.net/trunk/busybox@2862 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'dpkg_deb.c')
-rw-r--r-- | dpkg_deb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg_deb.c b/dpkg_deb.c index 400f2385a..77172b0f6 100644 --- a/dpkg_deb.c +++ b/dpkg_deb.c | |||
@@ -26,7 +26,7 @@ extern int dpkg_deb_main(int argc, char **argv) | |||
26 | char *output_buffer = NULL; | 26 | char *output_buffer = NULL; |
27 | int opt = 0; | 27 | int opt = 0; |
28 | int arg_type = 0; | 28 | int arg_type = 0; |
29 | int deb_extract_funct = 0; | 29 | int deb_extract_funct = extract_create_dirs; |
30 | 30 | ||
31 | const int arg_type_prefix = 1; | 31 | const int arg_type_prefix = 1; |
32 | const int arg_type_field = 2; | 32 | const int arg_type_field = 2; |