public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "matthew patton via cygwin" <cygwin@cygwin.com>
To: <cygwin@cygwin.com>
Subject: Re: cygwin/acl.h not included from sys/acl.h
Date: Thu, 18 Oct 2018 09:51:00 -0000	[thread overview]
Message-ID: <1582687447.11951125.1539856293918@mail.yahoo.com> (raw)
In-Reply-To: <1582687447.11951125.1539856293918.ref@mail.yahoo.com>

https://github.com/tuna/rsync/blob/master/configure.ac#L981

Looks like it was short-circuited to use Solaris ACLs. I'll send the RSYNC guys a patch.
Defeating the case statement does pick up Posix ACLs.

$ grep -i acl config.status
S["LIBS"]="-lacl "
D["HAVE_SYS_ACL_H"]=" 1"
D["HAVE_ACL_LIBACL_H"]=" 1"
D["HAVE_ACLSORT"]=" 1"
D["HAVE_LIBACL"]=" 1"
D["HAVE_POSIX_ACLS"]=" 1"
D["SUPPORT_ACLS"]=" 1

I don't know what the elegant solution is to intuit the need to include cygwin/acl.h if HAVE_SOLARIS_ACLS though.

--
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

       reply	other threads:[~2018-10-18  9:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1582687447.11951125.1539856293918.ref@mail.yahoo.com>
2018-10-18  9:51 ` matthew patton via cygwin [this message]
     [not found] <1165926610.11966611.1539851450039.ref@mail.yahoo.com>
2018-10-18  8:31 ` matthew patton via cygwin
2018-10-18  9:06   ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1582687447.11951125.1539856293918@mail.yahoo.com \
    --to=cygwin@cygwin.com \
    --cc=pattonme@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).