Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/01/2005 15:38:32
Module Name:	src
Committed By:	lukem
Date:		Wed Jun  1 15:38:32 UTC 2005

Modified Files:
	src/bin/sh: eval.c

Log Message:
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.82 src/bin/sh/eval.c

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