Module Name: src Committed By: dsl Date: Sat Mar 1 17:27:48 UTC 2014
Modified Files: src/sys/kern: kern_sysctl.c Log Message: When converting out of range 64bit sysctl values to 'int' (because of an 'int' sized read) don't assume that sizeof (int) is 4. To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/kern/kern_sysctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.