diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2006-03-21 17:03:51 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2006-03-21 17:03:51 +0000 |
commit | 6b422e20c1efe899fd112e8021c0b6dab87b3333 (patch) | |
tree | 95e77682c7792281c3e4dd227adcb76fd79264d6 /usr.bin/tar/util.c | |
parent | 2228e327554de7a7c2b875bbc29ca4d7b78d71f1 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=156962
Diffstat (limited to 'usr.bin/tar/util.c')
-rw-r--r-- | usr.bin/tar/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c index 69cc67117c5b..2b7e9a7ffcfb 100644 --- a/usr.bin/tar/util.c +++ b/usr.bin/tar/util.c @@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$"); #include <sys/stat.h> #include <sys/types.h> /* Linux doesn't define mode_t, etc. in sys/stat.h. */ -#include <archive_entry.h> #include <ctype.h> #include <errno.h> #include <stdarg.h> |