From 4bef7b41861f02874bce4ac6ab0c8c2484d41d07 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 13 Oct 2001 19:43:46 +0000 Subject: unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. --- archival/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/cpio.c') diff --git a/archival/cpio.c b/archival/cpio.c index 7f68715..372f9f5 100644 --- a/archival/cpio.c +++ b/archival/cpio.c @@ -86,7 +86,7 @@ extern int cpio_main(int argc, char **argv) optind++; } - unarchive(src_stream, stdout, &get_header_cpio, extract_function, "./", extract_names); + unarchive(src_stream, stdout, &get_header_cpio, extract_function, "./", extract_names, NULL); if (oldmask) { umask(oldmask); /* Restore umask if we changed it */ } -- cgit v1.1