Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/15/2006 16:12:02
Module Name: src
Committed By: christos
Date: Sun Oct 15 16:12:02 UTC 2006
Modified Files:
src/lib/libc/gen: popen.c
Log Message:
instead of using the (void)&foo kludge to avoid longjmp clobbering of variables
make the variables volatile as needed.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/lib/libc/gen/popen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.