Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: cygwin stat code (again)



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