svn commit: r206484 - head/usr.bin/tar

Tim Kientzle kientzle at FreeBSD.org
Sun Apr 11 16:27:38 UTC 2010


Author: kientzle
Date: Sun Apr 11 16:27:38 2010
New Revision: 206484
URL: http://svn.freebsd.org/changeset/base/206484

Log:
  Diff reduction against bsdtar 2.8.3

Modified:
  head/usr.bin/tar/subst.c

Modified: head/usr.bin/tar/subst.c
==============================================================================
--- head/usr.bin/tar/subst.c	Sun Apr 11 16:26:07 2010	(r206483)
+++ head/usr.bin/tar/subst.c	Sun Apr 11 16:27:38 2010	(r206484)
@@ -28,7 +28,6 @@ __FBSDID("$FreeBSD$");
 
 #if HAVE_REGEX_H
 #include "bsdtar.h"
-#include "err.h"
 
 #include <errno.h>
 #include <regex.h>
@@ -39,6 +38,8 @@ __FBSDID("$FreeBSD$");
 #define	REG_BASIC 0
 #endif
 
+#include "err.h"
+
 struct subst_rule {
 	struct subst_rule *next;
 	regex_t re;


More information about the svn-src-head mailing list