Module Name: src Committed By: pgoyette Date: Mon May 11 10:32:13 UTC 2015
Modified Files: src/sys/compat/common: compat_mod.c compat_sysv_mod.c Log Message: Fix the #ifdef _MODULE stuff so that the syscall packages and sysctl stuff gets handled properly even in built-in module case. XXX Whatever was I thinking when I put those conditionals in? And wouldn't it be a wonderful thing to have some atf regression tests to actually catch errors in the compat{,_sysv} modules? :) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/compat/common/compat_mod.c cvs rdiff -u -r1.1 -r1.2 src/sys/compat/common/compat_sysv_mod.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.