Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: cygwin stat code (again)
- X-seq: zsh-workers 14321
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: cygwin stat code (again)
- Date: Sat, 12 May 2001 10:41:01 +0000
- In-reply-to: <000201c0daa5$0126c170$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000201c0daa5$0126c170$21c9ca95@xxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author