summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/bsdtar.h
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2006-03-21 17:03:51 +0000
committerkientzle <kientzle@FreeBSD.org>2006-03-21 17:03:51 +0000
commit2276f34c5fe887ff9ffe16296b723f9b16881154 (patch)
tree95e77682c7792281c3e4dd227adcb76fd79264d6 /usr.bin/tar/bsdtar.h
parent537ab73b2f9d8cc3e849014fd44738b6a48f6c99 (diff)
downloadFreeBSD-src-2276f34c5fe887ff9ffe16296b723f9b16881154.zip
FreeBSD-src-2276f34c5fe887ff9ffe16296b723f9b16881154.tar.gz
Extended attribute support on write for Linux; FreeBSD hooks are
forthcoming. This commit also has a number of style(9) fixes and minor corrections so the code works better with the build system being used for non-FreeBSD builds. Many thanks to: Jaakko Heinonen, who proposed a mechanism for extended attribute support and implemented both the machine-independent portion and the Linux-specific portion.
Diffstat (limited to 'usr.bin/tar/bsdtar.h')
-rw-r--r--usr.bin/tar/bsdtar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.h b/usr.bin/tar/bsdtar.h
index 5c37a71..0da306c 100644
--- a/usr.bin/tar/bsdtar.h
+++ b/usr.bin/tar/bsdtar.h
@@ -29,7 +29,7 @@
* $FreeBSD$
*/
-#include <archive.h>
+#include "bsdtar_platform.h"
#include <stdio.h>
#define DEFAULT_BYTES_PER_BLOCK (20*512)
OpenPOWER on IntegriCloud