diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-07 11:34:50 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-07 11:34:50 +0000 |
commit | f2b9f7ee4c3d0cb35fcf0350006c3d78fe596b76 (patch) | |
tree | 8fb3ae7e00c4f47175d65c74711026d7d2db3ebf /archival/dpkg_deb.c | |
parent | c7ffbc597ae0749b9e0cc4fb2f191292afe949e6 (diff) | |
download | busybox-w32-f2b9f7ee4c3d0cb35fcf0350006c3d78fe596b76.tar.gz busybox-w32-f2b9f7ee4c3d0cb35fcf0350006c3d78fe596b76.tar.bz2 busybox-w32-f2b9f7ee4c3d0cb35fcf0350006c3d78fe596b76.zip |
- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c
- gzip.c: see if O_NOFOLLOW is defined before using it, else take alternate path
closes bug #221 (partially; The rest will follow later).
git-svn-id: svn://busybox.net/trunk/busybox@11797 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'archival/dpkg_deb.c')
-rw-r--r-- | archival/dpkg_deb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index 1e8bd8ad2..1ceaa60e0 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c | |||
@@ -75,7 +75,7 @@ extern int dpkg_deb_main(int argc, char **argv) | |||
75 | * it should accept a second argument which specifies a | 75 | * it should accept a second argument which specifies a |
76 | * specific field to print */ | 76 | * specific field to print */ |
77 | ar_archive->accept = control_tar_llist; | 77 | ar_archive->accept = control_tar_llist; |
78 | tar_archive->accept = llist_add_to(NULL, "./control");; | 78 | tar_archive->accept = llist_add_to(NULL, "./control"); |
79 | tar_archive->filter = filter_accept_list; | 79 | tar_archive->filter = filter_accept_list; |
80 | tar_archive->action_data = data_extract_to_stdout; | 80 | tar_archive->action_data = data_extract_to_stdout; |
81 | } | 81 | } |