Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/sys/kern
Module Name: src
Committed By: tron
Date: Wed Jul 28 11:03:51 UTC 2004
Modified Files:
src/sys/kern [netbsd-2-0]: init_sysctl.c
Log Message:
Pull up revision 1.31 (requested by atatat in ticket #720):
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.24.2.4 -r1.24.2.5 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.
Home |
Main Index |
Thread Index |
Old Index