Subject: CVS commit: src/bin/ksh
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/26/2004 08:24:03
Module Name:	src
Committed By:	jdolecek
Date:		Thu Feb 26 08:24:03 UTC 2004

Modified Files:
	src/bin/ksh: emacs.c history.c lex.h

Log Message:
rename variable 'history' to 'histlist' to avoid clash with libedit
history() when this program is crunched into /rescue tools

fixes PR bin/24556 by Kouichirou Hiratsuka


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/bin/ksh/emacs.c
cvs rdiff -r1.5 -r1.6 src/bin/ksh/history.c
cvs rdiff -r1.4 -r1.5 src/bin/ksh/lex.h

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