From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11233 invoked from network); 8 Mar 2009 08:28:48 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 8 Mar 2009 08:28:48 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 35344 invoked from network); 8 Mar 2009 08:28:39 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 8 Mar 2009 08:28:39 -0000 Received: (qmail 7791 invoked by alias); 8 Mar 2009 08:28:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26695 Received: (qmail 4595 invoked from network); 8 Mar 2009 08:21:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 8 Mar 2009 08:21:52 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by bifrost.dotsrc.org (Postfix) with ESMTP id 599A380307F8 for ; Sun, 8 Mar 2009 09:21:48 +0100 (CET) Received: by an-out-0708.google.com with SMTP id b2so583214ana.36 for ; Sun, 08 Mar 2009 00:21:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Fb0uMnyDsFl3lYX2QeqbArkYMz492s7jDlF93sqW//Q=; b=G9W91oQGaU0uN1V0yhA1IdWNublM/zSZETMu3cSn9vrqIrT2RPpWtRNjF3yrLEXoAF vh5MjSsHPU3RbMG0RwIx0wnIC4feqOhB6UDncoRPM0bseimOJpFQnSTGAyYGWjAXc9nN Lv8chOXN+q90wXsZF63HFEJmj0M5ugZnxcVmM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=g8Fen7cOJlvlP5oRNgoBxQJotOJL+e9+SU7Yv1bTHpSn9yyEuigfp9Far6tz6JgRj2 GlBWygv1tHpiTT7K8lPGkyowydEZudqHWZlNEIS9y52ZLJjm6vmBrokcRFn5MOlFJiRw PwDZ5S/Osa3i9hmBX0hE9ZSkbZnc3fDAFZGRE= MIME-Version: 1.0 Received: by 10.100.240.9 with SMTP id n9mr2919354anh.36.1236500507938; Sun, 08 Mar 2009 00:21:47 -0800 (PST) Date: Sun, 8 Mar 2009 17:21:47 +0900 Message-ID: <16c5bb260903080021k4da0e6b1g8e40cc7520f84e8@mail.gmail.com> Subject: Modules/attr.c compile error on Mac OS X From: Taro M To: zsh-workers@sunsite.dk Content-Type: multipart/alternative; boundary=0016368e264f8a520504649735d6 X-Virus-Scanned: ClamAV 0.92.1/9080/Fri Mar 6 20:13:38 2009 on bifrost X-Virus-Status: Clean --0016368e264f8a520504649735d6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The new Modules/attr.c does not compile on Mac OS X (and probably others): gcc -c -I. -DHAVE_CONFIG_H -DMODULE -Wall -Wmissing-prototypes -O2 -fno-common -o attr..o attr.c attr.c: In function 'bin_getattr': attr.c:45: error: too few arguments to function 'listxattr' attr.c:46: error: too few arguments to function 'getxattr' attr.c: In function 'bin_setattr': attr.c:70: error: too few arguments to function 'setxattr' attr.c: In function 'bin_delattr': attr.c:84: error: too few arguments to function 'removexattr' attr.c: In function 'bin_listattr': attr.c:99: error: too few arguments to function 'listxattr' --0016368e264f8a520504649735d6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The new Modules/attr.c does not compile on Mac OS X (and probably others):<= div>
gcc -c -I. =A0-DHAVE_CONFIG_H -DMODULE -Wall -Wmiss= ing-prototypes -O2 -fno-common -o attr..o attr.c
attr.c: In funct= ion 'bin_getattr':
attr.c:45: error: too few arguments to function 'listxattr'
attr.c:46: error: too few arguments to function 'getxattr'<= /div>
attr.c: In function 'bin_setattr':
attr.c:70: e= rror: too few arguments to function 'setxattr'
attr.c: In function 'bin_delattr':
attr.c:84: error:= too few arguments to function 'removexattr'
attr.c: In f= unction 'bin_listattr':
attr.c:99: error: too few argumen= ts to function 'listxattr'

--0016368e264f8a520504649735d6--