Subject: CVS commit: src/lib/libedit
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/29/2005 03:55:37
Module Name:	src
Committed By:	christos
Date:		Sun May 29 03:55:37 UTC 2005

Modified Files:
	src/lib/libedit: parse.c tty.c

Log Message:
PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing to
it, because you'll core dump. Also remove extra const that gives pain to
the irix compiler.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/lib/libedit/parse.c
cvs rdiff -r1.21 -r1.22 src/lib/libedit/tty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.