Subject: CVS commit: [netbsd-3] src/bin/sh
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/13/2005 22:03:51
Module Name:	src
Committed By:	tron
Date:		Mon Jun 13 22:03:51 UTC 2005

Modified Files:
	src/bin/sh [netbsd-3]: eval.c

Log Message:
Pull up revision 1.82 (requested by lukem in ticket #397):
Mark temp_path volatile so that it won't get clobbered after longjmp.
(Also appeases gcc -Wuninitialized.)


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.81.2.1 src/bin/sh/eval.c

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