Subject: CVS commit: basesrc/lib/libc/gen
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/29/2001 00:31:40
Module Name:	basesrc
Committed By:	christos
Date:		Wed Nov 28 22:31:40 UTC 2001

Modified Files:
	basesrc/lib/libc/gen: __fts13.c

Log Message:
using -Wcast-qual and -Wwrite-strings reveals that we need to use const
char * when we pass "" as an argument to a function. Too bad that they
produce too many other spurious warnings too.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 basesrc/lib/libc/gen/__fts13.c

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