From: Tim Kientzle Date: Wed, 28 May 2008 22:40:05 +0000 (-0400) Subject: IFC X-Git-Tag: v2.6.0~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=093baaa456ad6528378f7734920531eed57d1dbf;p=thirdparty%2Flibarchive.git IFC SVN-Revision: 104 --- diff --git a/tar/subst.c b/tar/subst.c index 3a7e98585..d1de071cc 100644 --- a/tar/subst.c +++ b/tar/subst.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/subst.c,v 1.2 2008/05/27 04:44:07 kientzle Exp $"); #if HAVE_REGEX_H #include "bsdtar.h" @@ -34,7 +34,7 @@ __FBSDID("$FreeBSD$"); #include #include -#if !defined(REG_BASIC) +#ifndef REG_BASIC #define REG_BASIC 0 #endif