From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9627 invoked from network); 12 May 2001 05:33:19 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 May 2001 05:33:19 -0000 Received: (qmail 10309 invoked by alias); 12 May 2001 05:33:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14320 Received: (qmail 10295 invoked from network); 12 May 2001 05:33:03 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Peter Stephenson" , "Zsh hackers list" Subject: RE: PATCH: cygwin stat code (again) Date: Sat, 12 May 2001 09:32:59 +0400 Message-ID: <000201c0daa5$0126c170$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal > > mflags in stat under cygwin shouldn't be const, since it needs to be > initialised at run time. > Was not this already fixed? 2001-04-30 Andrej Borsenkow * Bart: 14144 (modified): Src/Modules/stat.c: The S_IXUSR, S_IXGRP, S_IXOTH are made external variables in Cygwin 1.3.1 and cannot be used as static array initializer anymore. -andrej