Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 11/18/2005 08:32:46
Module Name:	src
Committed By:	martin
Date:		Fri Nov 18 08:32:46 UTC 2005

Modified Files:
	src/lib/libc/gen: vis.c

Log Message:
Make the MAKEEXTRALIST macro safe to be called with string literals as
third argument - the old version relies on the compiler to use the same
address for identical strings.

Spotted by segv at netctl dot net in libnbcompat context, details
in PR pkg/32097.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/lib/libc/gen/vis.c

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