svn commit: r340185 - head/sys/amd64/linux32
Tijl Coosemans
tijl at FreeBSD.org
Tue Nov 6 15:29:45 UTC 2018
Author: tijl
Date: Tue Nov 6 15:29:44 2018
New Revision: 340185
URL: https://svnweb.freebsd.org/changeset/base/340185
Log:
Fix builds with COMPAT_LINUX32 in the kernel config.
MFC after: 3 days
Modified:
head/sys/amd64/linux32/linux32_sysvec.c
Modified: head/sys/amd64/linux32/linux32_sysvec.c
==============================================================================
--- head/sys/amd64/linux32/linux32_sysvec.c Tue Nov 6 14:22:44 2018 (r340184)
+++ head/sys/amd64/linux32/linux32_sysvec.c Tue Nov 6 15:29:44 2018 (r340185)
@@ -32,6 +32,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "opt_compat.h"
+
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
More information about the svn-src-all
mailing list