Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 07/06/2005 15:47:15
Module Name: src
Committed By: drochner
Date: Wed Jul 6 15:47:15 UTC 2005
Modified Files:
src/include: search.h
src/lib/libc/stdlib: lsearch.c
Log Message:
The source array of lsearch() shouldn't be "const".
Being here, cleanup the const castaway stuff.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/include/search.h
cvs rdiff -r1.1 -r1.2 src/lib/libc/stdlib/lsearch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.