Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 08/10/2007 21:50:48
Module Name:	src
Committed By:	dyoung
Date:		Fri Aug 10 21:50:48 UTC 2007

Modified Files:
	src/sys/kern: kern_proc.c

Log Message:
Fix kernel compilation with 'options KSTACK_CHECK_MAGIC':  change
'void *' to 'char *' so pointer arithmetic will work.


To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/kern/kern_proc.c

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