copy-acl: ignore ENOTSUP on HP-UX
authorPádraig Brady <P@draigBrady.com>
Thu, 10 Jun 2010 14:12:48 +0000 (15:12 +0100)
committerEric Blake <eblake@redhat.com>
Tue, 10 Aug 2010 15:35:20 +0000 (09:35 -0600)
commit91fd3b18b755b77c4bb3f7556ddedb055c16c834
tree63c2df4c9ffcc29c11ddba644f5cbbd466325850
parentc7d2ab945f0ecf9ec6e0182186ab5e8c12783f4a
copy-acl: ignore ENOTSUP on HP-UX

Fixes Coreutils bug 6053.

* lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Move definition up,
so that it is available for HP-UX.
* lib/copy-acl.c (qcopy_acl): Use it.
Reported by Patrick M. Callahan.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/acl-internal.h
lib/copy-acl.c