Subject: CVS commit: basesrc/lib/libc/citrus
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/24/2002 07:04:30
Module Name:	basesrc
Committed By:	thorpej
Date:		Fri May 24 04:04:30 UTC 2002

Modified Files:
	basesrc/lib/libc/citrus: citrus_ctype_template.h citrus_none.c

Log Message:
Add some casts to quiet a "discards qualifier from pointer target type"
warning from gcc 3.2 (experimental) (which is complaining about the loss
of __restrict).

Reviewed and approved by tshiozak@astec.co.jp.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/lib/libc/citrus/citrus_ctype_template.h
cvs rdiff -r1.4 -r1.5 basesrc/lib/libc/citrus/citrus_none.c

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