Bruno Haible <[EMAIL PROTECTED]> wrote: > On OSF/1, trying to retrieve the AC_TYPE_DEFAULT ACL always returns NULL > with unset errno (errno = 0 in my case). Since our code is not prepared > for this, it's best to just disable this call. > > 2008-06-07 Bruno Haible <[EMAIL PROTECTED]> > > Improve support for Tru64 ACLs. > * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT > ACL on OSF/1.
Looks fine. OSF/1 is not too far from losing its "reasonable portability target" status, so even if it breaks, few will notice.
