On 24-Apr-13, at 7:01 AM, Paul Martin wrote:

The test is

       if ((prev_acl = acl_get_fd(fdcurr)) == NULL) {
               if (errno != ENOTSUP) {
message(MESS_ERROR, "getting file ACL %s: %s \n",
                               currLog, strerror(errno));


and your kernel is responding with ENOSYS instead.  This contradicts
the manpage acl_get_fd(3):

[ENOTSUP] The file system on which the file identified by fd is located does not support ACLs, or ACLs are disabled.

Thanks, forwarded your response to the parisc-linux list for review.

--
John David Anglin       dave.ang...@bell.net


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to