summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2010-04-11 16:27:38 +0000
committerkientzle <kientzle@FreeBSD.org>2010-04-11 16:27:38 +0000
commiteec8ea9ab014004008f699cb77bfe38acb8b8ebf (patch)
tree423ba290ccd2dab5a4cad25d06c10431d27c8835 /usr.bin/tar
parent89e5d72c2bae413a546416f4726ffd31bebc7964 (diff)
downloadFreeBSD-src-eec8ea9ab014004008f699cb77bfe38acb8b8ebf.zip
FreeBSD-src-eec8ea9ab014004008f699cb77bfe38acb8b8ebf.tar.gz
Diff reduction against bsdtar 2.8.3
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/subst.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c
index 44fd87b..a217293 100644
--- a/usr.bin/tar/subst.c
+++ b/usr.bin/tar/subst.c
@@ -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;
OpenPOWER on IntegriCloud