diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-22 09:22:06 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-22 09:22:06 +0000 |
commit | 8f5b63edea12501b998400789da5646140bb9911 (patch) | |
tree | 5a1924092009892cc80f0b0947ec1bae17ca3b1c /ar.c | |
parent | 52a97ca00cf5d290c9beb65ba7c217a5ed69ee42 (diff) | |
download | busybox-w32-8f5b63edea12501b998400789da5646140bb9911.tar.gz busybox-w32-8f5b63edea12501b998400789da5646140bb9911.tar.bz2 busybox-w32-8f5b63edea12501b998400789da5646140bb9911.zip |
cpio applet, and changes to associated code
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ extern int ar_main(int argc, char **argv) | |||
34 | FILE *src_stream = NULL; | 34 | FILE *src_stream = NULL; |
35 | char **extract_names = NULL; | 35 | char **extract_names = NULL; |
36 | char ar_magic[8]; | 36 | char ar_magic[8]; |
37 | int extract_function = 0; | 37 | int extract_function = extract_unconditional; |
38 | int opt; | 38 | int opt; |
39 | int num_of_entries = 0; | 39 | int num_of_entries = 0; |
40 | extern off_t archive_offset; | 40 | extern off_t archive_offset; |