diff options
Diffstat (limited to 'cpio.c')
-rw-r--r-- | cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ } |