Module Name: src Committed By: pgoyette Date: Thu Nov 3 11:32:15 UTC 2016
Modified Files: src/sys/compat/common: Makefile.sysio Log Message: Hmmm, if we omit if_43.c from the SRCS list, then we break the i386 build for one of the XEN kernels. Adding it back to the list. At least the build will be successful. XXX This is probably not the end of this saga, as we still have the XXX redefined-symbol issue when loading the compat module on amd64. XXX But for now, a working build for the vast majority of users XXX (including our automated test suites) is more important than a XXX successfully-loadable compat module. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/common/Makefile.sysio Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.