This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with new acl code and cdrtools


Hi,

cdrtools has some code to detect Solaris style ACLs:

#if defined(HAVE_ACL) && defined(HAVE_FACL) && \
     defined(HAVE_ACLFROMTEXT) && defined(HAVE_ACLTOTEXT)
#   define  HAVE_SUN_ACL    1 /* Sun UFS ACL's present */
#endif

Since cygwin still seems to be defining aclfromtext() and acltotext()
functions (which are not defined in POSIX) cdrtools thinks this a
Solaris-style system and get up getting a compile error later on.

Since we are switching to POSIX ACLs it would be nice to remove
Solaris-only ACL functions.

Thanks,
ismail

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]