aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2007-03-08 05:52:01 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2007-03-08 05:52:01 +0000
commit254cbd17640c0aba333984986bf98ff1b6200b0b (patch)
treede275ed0bffcd89624364f75e1c1139c160a39ff /usr.bin/tar
parentdad626cccb91622aee5da37367f326b8797e11eb (diff)
downloadsrc-254cbd17640c0aba333984986bf98ff1b6200b0b.tar.gz
src-254cbd17640c0aba333984986bf98ff1b6200b0b.zip
Argh. Support for reading ACLs off of disk was inadvertently disabled
as part of an old configuration shuffle. As a result, although ACL restore has been working, ACLs haven't been written into archives for some time. <sigh> Pointy hat: You know. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=167323
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/bsdtar_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h
index b254b208a5e2..2ad1750b5361 100644
--- a/usr.bin/tar/bsdtar_platform.h
+++ b/usr.bin/tar/bsdtar_platform.h
@@ -47,6 +47,7 @@
#define HAVE_ACL_GET_PERM 0
#define HAVE_ACL_GET_PERM_NP 1
#define HAVE_ACL_PERMSET_T 1
+#define HAVE_ACL_USER 1
#endif
#define HAVE_BZLIB_H 1
#define HAVE_CHFLAGS 1