Enabled recording and restoring of extattr on FreeBSD.

Gave up unconditional ACL support in favor of configure control.
This commit is contained in:
2011-08-22 17:10:13 +02:00
parent f885da8087
commit ca63dac7e3
5 changed files with 571 additions and 10 deletions

View File

@@ -6912,9 +6912,11 @@ int iso_md5_match(char first_md5[16], char second_md5[16]);
/** Reserved Rock Ridge leaf name (FAILURE, HIGH, -378) */
#define ISO_RR_NAME_RESERVED 0xE830FE86
/** Rock Ridge path too long (FAILURE, HIGH, -379) */
/** Rock Ridge path too long (FAILURE, HIGH, -379) */
#define ISO_RR_PATH_TOO_LONG 0xE830FE85
/** Attribute name cannot be represented (FAILURE, HIGH, -380) */
#define ISO_AAIP_BAD_ATTR_NAME 0xE830FE84
/* Internal developer note: