]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix build when regex.h is unavailable.
authorTim Kientzle <kientzle@gmail.com>
Mon, 22 Jun 2009 03:59:15 +0000 (23:59 -0400)
committerTim Kientzle <kientzle@gmail.com>
Mon, 22 Jun 2009 03:59:15 +0000 (23:59 -0400)
SVN-Revision: 1179

tar/bsdtar.c

index ea9e94e96fea58edb2424f59c8de9ae8bc574258..34614dd900043f95519c5e0b67909e57cbb71947 100644 (file)
@@ -398,7 +398,7 @@ main(int argc, char **argv)
 #else
                        lafe_warnc(0,
                            "-s is not supported by this version of bsdtar");
-                       usage(bsdtar);
+                       usage();
 #endif
                        break;
                case OPTION_SAME_OWNER: /* GNU tar */