Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 07/27/2004 12:46:18
Module Name:	src
Committed By:	atatat
Date:		Tue Jul 27 12:46:18 UTC 2004

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

Log Message:
The message buffer datum instrumented by KERN_MSGBUFSIZE is actually a
long, not an int, and this causes "problems" on LP64be machines
(sparc64, etc).  Assign the value to a temporary int and instrument
that instead.  Should be fine until someone wants a message buffer
larger than two gigabytes.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/kern/init_sysctl.c

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