public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem with new acl code and cdrtools
@ 2016-02-08 10:02 Ismail Donmez
  2016-02-08 13:18 ` Corinna Vinschen
  0 siblings, 1 reply; 18+ messages in thread
From: Ismail Donmez @ 2016-02-08 10:02 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-02-09 10:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-08 10:02 Problem with new acl code and cdrtools Ismail Donmez
2016-02-08 13:18 ` Corinna Vinschen
2016-02-08 13:31   ` Ismail Donmez
2016-02-08 14:10     ` Corinna Vinschen
2016-02-08 14:14       ` Ismail Donmez
2016-02-08 14:36         ` Corinna Vinschen
2016-02-08 16:10           ` Ismail Donmez
2016-02-08 19:24       ` Yaakov Selkowitz
2016-02-09  9:36         ` Corinna Vinschen
2016-02-08 16:29     ` Peter Rosin
2016-02-08 17:00       ` Ismail Donmez
2016-02-09  4:14         ` Warren Young
2016-02-09  7:57           ` Ismail Donmez
2016-02-09  8:46             ` Warren Young
2016-02-09  8:50               ` Ismail Donmez
2016-02-09  8:57             ` Peter Rosin
2016-02-09  9:06               ` Ismail Donmez
2016-02-09 10:13                 ` Peter Rosin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).