]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
IFC
authorTim Kientzle <kientzle@gmail.com>
Wed, 28 May 2008 22:40:05 +0000 (18:40 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 28 May 2008 22:40:05 +0000 (18:40 -0400)
SVN-Revision: 104

tar/subst.c

index 3a7e985850bc4a52ccc0bb346dbc2bc305736827..d1de071cca44453c11edbfbf62af259f09a757cd 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
 
-#if !defined(REG_BASIC)
+#ifndef REG_BASIC
 #define        REG_BASIC 0
 #endif