Module Name: src Committed By: pgoyette Date: Tue Nov 1 22:54:33 UTC 2016
Modified Files: src/sys/conf: files Log Message: Update dependencies for COMPAT_LINUX32 to include COMPAT_NETBSD32 Without this, an attempt to build a kernel with COMPAT_LINUX32 but without COMPAT_NETBSD32 will fail during the execution of genassym, and the error messages are not very helpful. With this change, config(1) will automatically (and silently) select/add COMPAT_NETBSD32 to the configuration. It might be better if config(1) were to issue an appropriate diagnostic, but that is a change for some future day. To generate a diff of this commit: cvs rdiff -u -r1.1164 -r1.1165 src/sys/conf/files Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.