From e35431e9356980bd9ff763b5cb13905ef0580818 Mon Sep 17 00:00:00 2001 From: bug1 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. git-svn-id: svn://busybox.net/trunk/busybox@3516 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpio.c') diff --git a/cpio.c b/cpio.c index 7f68715eb..372f9f5b1 100644 --- a/cpio.c +++ b/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.2.3-55-g6feb