Re: [PATCH] Solaris ACL handling

2010-03-02 Thread Jim Meyering
Eric Blake wrote: > According to Ben Walton on 2/12/2010 6:32 AM: > > Hi Ben, >> I'm building coreutils for OpenCSW (http://opencsw.org) and was seeing >> the test suite fail several tests with 'Operation not supported on >> tranport endpoint' messages. After digging around a bit, I found that >>

Re: [PATCH] Solaris ACL handling

2010-03-02 Thread Eric Blake
According to Ben Walton on 2/12/2010 6:32 AM: Hi Ben, > I'm building coreutils for OpenCSW (http://opencsw.org) and was seeing > the test suite fail several tests with 'Operation not supported on > tranport endpoint' messages. After digging around a bit, I found that > errno was EOPNOTSUPP in sev

[PATCH] Solaris ACL handling

2010-02-12 Thread Ben Walton
Hi All, I'm building coreutils for OpenCSW (http://opencsw.org) and was seeing the test suite fail several tests with 'Operation not supported on tranport endpoint' messages. After digging around a bit, I found that errno was EOPNOTSUPP in several ACL handling routines and that wasn't covered.