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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to