From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40355 invoked by alias); 18 Oct 2018 08:31:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 39796 invoked by uid 89); 18 Oct 2018 08:30:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.3 required=5.0 tests=AWL,BAYES_60,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*UA:AppleWebKit, H*UA:KHTML, H*UA:Safari, H*F:D*yahoo.com X-HELO: sonic314-15.consmr.mail.bf2.yahoo.com Received: from sonic314-15.consmr.mail.bf2.yahoo.com (HELO sonic314-15.consmr.mail.bf2.yahoo.com) (74.6.132.125) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Oct 2018 08:30:55 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1539851453; bh=FM83JMiH2XypXZedsAV1iBN8vBybk+QPnSTYN4QkcrA=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=S68Hask83IvpGh5wTajD43N4qHNjj/3C8ubVsuSbixkY0r/Ami4XBssK/ll3rkEo6stXo/W11bJV1Irvxg/v3flp+6s4Ac6byn2pvIkWfmcv3BjPnpWESIK5OSVhhXfKxBV5ziWmW/LVHYl/dKSI1fDq7ahJVt9mw2jkYOiU+9oGPdiTEnGFIiXdOZyieAyjLm4rX5aVinAvQaTaNe+T6zF6bzaXizXU66LbPYncXSNHxAZrN+qeUVcfOuobqYtPa93QJeQl+iPcvQUVv8bNnE0OB4uXIgw058N3zpbTBSztRUc1dye4yIOnExpM93R//wJmFwuwKZQkR2kYpgsC0A== Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.bf2.yahoo.com with HTTP; Thu, 18 Oct 2018 08:30:53 +0000 Date: Thu, 18 Oct 2018 08:31:00 -0000 From: "matthew patton via cygwin" Reply-To: matthew patton Reply-To: matthew patton To: Message-ID: <1165926610.11966611.1539851450039@mail.yahoo.com> Subject: cygwin/acl.h not included from sys/acl.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <1165926610.11966611.1539851450039.ref@mail.yahoo.com> X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00150.txt.bz2 Many of the headers in 'sys' include their counterparts from 'cygwin'. Why is acl.h special? I see the comment on line 25 but I'm missing the point, I guess - not seeing the collisions. 'cygwin/acl.h' is a very important file. Granted I don't normally compile much from source under Cygwin but I was building my own (very slightly) modified RSYNC and stumbled across the missing dependency. What is the correct solution if the 1-liner fix to sys/acl.h is not acceptable? -- 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