Author: kientzle
Date: Mon Apr 13 18:56:53 2009
New Revision: 191008
URL: http://svn.freebsd.org/changeset/base/191008

Log:
  Re-enable backing up extended attributes, as the ZFS bug this
  triggered seems to have been fixed by John Baldwin's commit
  r189967.

Modified:
  head/lib/libarchive/config_freebsd.h

Modified: head/lib/libarchive/config_freebsd.h
==============================================================================
--- head/lib/libarchive/config_freebsd.h        Mon Apr 13 18:32:26 2009        
(r191007)
+++ head/lib/libarchive/config_freebsd.h        Mon Apr 13 18:56:53 2009        
(r191008)
@@ -34,12 +34,8 @@
 #define        HAVE_ACL_SET_FD_NP 1
 #define        HAVE_ACL_SET_FILE 1
 #define        HAVE_ACL_USER 1
-#if 0
-/* XXX Temporarily disable support for reading extended attributes from
- * disk, as it seems to be badly broken on ZFS. XXX */
 #define        HAVE_EXTATTR_GET_FILE 1
 #define        HAVE_EXTATTR_LIST_FILE 1
-#endif
 #define        HAVE_EXTATTR_SET_FD 1
 #define        HAVE_EXTATTR_SET_FILE 1
 #define        HAVE_SYS_ACL_H 1
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to