Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Tom Spindler <dogcow@netbsd.org>
List: source-changes
Date: 09/24/2006 06:51:40
Module Name:	src
Committed By:	dogcow
Date:		Sun Sep 24 06:51:39 UTC 2006

Modified Files:
	src/sys/kern: kern_subr.c
	src/sys/sys: systm.h

Log Message:
make powerhook_establish use const char*, not char *. This solves lots of
gcc pointer whining. Since there's one LKM that uses this function, though,
it's kernel version bump time.


To generate a diff of this commit:
cvs rdiff -r1.144 -r1.145 src/sys/kern/kern_subr.c
cvs rdiff -r1.188 -r1.189 src/sys/sys/systm.h

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