X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=F89yxmTB3HfGr/nIZ7mNR8wnyI9bU ZbyTNaFCC5EJ31FTEHhF6NtCoQRlH4wOq7PNBx9fAWRjgd/jY8+UTafeQwLx0H4i WRiSWxjMboyFcFVQAQxov7jT9PO1/icGLsJXBIKvEONd6Q+P8jtu9I8AqNCXulQT ZTBOTnnC151L9U= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=IsapvTA+J7paWrClptsMUcWPX78=; b=dHy CpO9I7HJ1MDpf6up07nYHiycBpQmh+UWJbpxih6v1OmJ98XxDMnYzW7k/eMHFqCY aLioQG5+UT9Dv9RDOdp6XspFVQYxldSDLdq/16kFhb2MgIsTb2QHdejXRyaQ5Pnh xSR5k23eeOIiEhrQzLDxv592Fc5+3zDnEShtJR/4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=acl, ACL X-HELO: mail-wm0-f46.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=n6qlTx3PxJhl/pozgHoPMXbJyLgTjoRP/M3Ivj6kU2c=; b=MAQAr5pxt3vXidl4gLR7RgNiVC9tH8ii4Zc0HjMuzZ5gs9p/yp07pKTL48ilEKmtIK czUh7KMfYSsiKypUtHDyjjyh11XfcViHc74RAxLwqE1Indc9AU35fipesbQpW6kt/TkA WdWmtmgPevH6RBSxfViBebcOyENuBwsrNkaHH3cZKfyihAO6K/TehYdSd/XwQfEWsTkW BrsXVbCjWp2HwvuMQ9RP9+I8pPWsazY/OKCQ35g/rkgShrw/9BcwXwKK3o9Vx8v8A/Se JlC5sAowebXACpW3XzElWfWNV2Tepu/Mh2pHlR/l8RWjqnH7N6pUvMwStNeDvQl7kFcK zc7Q== X-Gm-Message-State: AG10YOQOMJ9vNP8dAWoH65ufyFUVbNa2GicVHn7seakvOeblzutZ3YH1YEYv17ij8ef+UQPw+UiW6/2XkA4CGg== X-Received: by 10.28.224.84 with SMTP id x81mr48257858wmg.62.1454925745644; Mon, 08 Feb 2016 02:02:25 -0800 (PST) MIME-Version: 1.0 From: Ismail Donmez Date: Mon, 8 Feb 2016 12:01:56 +0200 Message-ID: Subject: Problem with new acl code and cdrtools To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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