From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11720 invoked from network); 12 May 2001 10:41:35 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 May 2001 10:41:35 -0000 Received: (qmail 25693 invoked by alias); 12 May 2001 10:41:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14321 Received: (qmail 25674 invoked from network); 12 May 2001 10:41:28 -0000 From: "Bart Schaefer" Message-Id: <1010512104101.ZM6168@candle.brasslantern.com> Date: Sat, 12 May 2001 10:41:01 +0000 In-Reply-To: <000201c0daa5$0126c170$21c9ca95@mow.siemens.ru> Comments: In reply to "Andrej Borsenkow" "RE: PATCH: cygwin stat code (again)" (May 12, 9:32am) References: <000201c0daa5$0126c170$21c9ca95@mow.siemens.ru> X-Mailer: Z-Mail (5.0.0 30July97) To: "Zsh hackers list" Subject: Re: PATCH: cygwin stat code (again) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 12, 9:32am, Andrej Borsenkow wrote: } Subject: RE: PATCH: cygwin stat code (again) } } > mflags in stat under cygwin shouldn't be const, since it needs to be } > initialised at run time. } } Was not this already fixed? PWS made a different change; his patch made static const mode_t mflags[9] into static mode_t mflags[9] whereas my patch changed the values within the array. I should have caught that the `const' needed to go away too. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net