Subject: CVS commit: src/common/lib/libc/string
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/13/2006 15:41:46
Module Name:	src
Committed By:	martin
Date:		Mon Mar 13 15:41:46 UTC 2006

Modified Files:
	src/common/lib/libc/string: strrchr.c

Log Message:
Enforce argument domain by assigning to a char variable and searching
for that. This way we pass the lib/libc/string/strrchr regression tests.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/string/strrchr.c

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