Bruno Haible wrote: >> The change to lib/set-mode-acl.c fixed the first test failure. For the >> second test failure, I'm applying this fix: > > And finally, clean up the pieces of unused Solaris code: > > 2011-09-05 Bruno Haible <br...@clisp.org> > > acl: Clean up Solaris code. > * lib/acl-internal.h: Remove no-op #if. > * lib/file-has-acl.c: Likewise. > * lib/set-mode-acl.c (qset_acl): Remove unused Solaris code. > * lib/copy-acl.c (qcopy_acl): Likewise.
Very nice series of changes. I've confirmed that with these (though not yet with your latest irix fix) changes, all coreutils tests pass on both Fedora 15 and Solaris 10. Thanks for all that work!