Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 06/01/2000 18:48:53
Module Name:	syssrc
Committed By:	cgd
Date:		Fri Jun  2 01:48:52 UTC 2000

Modified Files:
	syssrc/sys/kern: subr_autoconf.c
	syssrc/sys/sys: device.h

Log Message:
another mod of opportunity: const poison.  (cfprint_t should take
const char * as second arg, too, but that's Hard.)  also, convert use
of "(char *)0" to NULL.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/kern/subr_autoconf.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/sys/device.h

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