Module Name: src Committed By: maxv Date: Thu Aug 10 17:33:32 UTC 2017
Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: GENERIC_TINY NET4501 XEN3_DOM0 XEN3_DOMU Log Message: Pff, I forgot to revert my change in these files. I committed only the GENERIC files, and the message was: Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43. Several compat options happen to be dependent on the compat_43_* functions, the availability of which is (wrongfully) controlled with COMPAT_43. Same for COMPAT_09. To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.76 -r1.77 src/sys/arch/amd64/conf/XEN3_DOMU cvs rdiff -u -r1.153 -r1.154 src/sys/arch/i386/conf/GENERIC_TINY cvs rdiff -u -r1.96 -r1.97 src/sys/arch/i386/conf/NET4501 cvs rdiff -u -r1.119 -r1.120 src/sys/arch/i386/conf/XEN3_DOM0 cvs rdiff -u -r1.83 -r1.84 src/sys/arch/i386/conf/XEN3_DOMU Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.