Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2010 16:27:38 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r206484 - head/usr.bin/tar
Message-ID:  <201004111627.o3BGRcfo049724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004111627.o3BGRcfo049724>