Subject: Re: CVS commit: src/sys
To: Christos Zoulas <christos@zoulas.com>
From: James Chacon <jmc@NetBSD.org>
List: source-changes
Date: 05/17/2005 10:29:28
On Tue, May 17, 2005 at 11:03:06AM -0400, Christos Zoulas wrote:
> On May 17, 10:30am, perry@piermont.com ("Perry E. Metzger") wrote:
> -- Subject: Re: CVS commit: src/sys
> 
> | > Not if it is not const.
> | 
> | gcc4 no longer has writable strings...
> 
> I think that will make it difficult to write programs then.

Any programs which depended on:

char *t = "123";

to be writable were broken already. (That's what they disabled by killing
-fwritable-strings)

James