From: Tim Kientzle Date: Mon, 22 Jun 2009 03:59:15 +0000 (-0400) Subject: Fix build when regex.h is unavailable. X-Git-Tag: v2.8.0~572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19d99a8aa2d1eb95d3237ee44888cb653365df2;p=thirdparty%2Flibarchive.git Fix build when regex.h is unavailable. SVN-Revision: 1179 --- diff --git a/tar/bsdtar.c b/tar/bsdtar.c index ea9e94e96..34614dd90 100644 --- a/tar/bsdtar.c +++ b/tar/bsdtar.c @@ -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 */