cpio applet, and changes to associated code

This commit is contained in:
Glenn L McGrath
2001-06-22 09:22:06 +00:00
parent 52a97ca00c
commit 8f5b63edea
13 changed files with 304 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ extern int ar_main(int argc, char **argv)
FILE *src_stream = NULL;
char **extract_names = NULL;
char ar_magic[8];
int extract_function = 0;
int extract_function = extract_unconditional;
int opt;
int num_of_entries = 0;
extern off_t archive_offset;