Module Name: src Committed By: martin Date: Fri Jan 14 10:18:21 UTC 2011
Modified Files: src/sys/kern: kern_module.c subr_autoconf.c Log Message: Using "int" variables with sysctl's CTLTYPE_BOOL is a simple receipt to loose on big endian machines. So make the variables "bool". To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/kern/kern_module.c cvs rdiff -u -r1.209 -r1.210 src/sys/kern/subr_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.