Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/13/1998 04:07:51
Module Name:	src
Committed By:	christos
Date:		Fri Nov 13 12:07:51 UTC 1998

Modified Files:
	src/sys/sys: sysctl.h
Log Message:
make sysctl newp argument const void * to avoid const castaway warnings in
many places in the source. Unfortunately I am not fixing right now the
second argument from u_int to size_t because it is going to break some
ports. In anycase, the sysctl interface will change shortly.