svn commit: r332293 - head/sys/amd64/linux32

Brooks Davis brooks at FreeBSD.org
Sun Apr 8 17:10:33 UTC 2018


Author: brooks
Date: Sun Apr  8 17:10:32 2018
New Revision: 332293
URL: https://svnweb.freebsd.org/changeset/base/332293

Log:
  Fix LINT (and static COMPAT_LINUX32) after r332122.

Modified:
  head/sys/amd64/linux32/linux32_machdep.c

Modified: head/sys/amd64/linux32/linux32_machdep.c
==============================================================================
--- head/sys/amd64/linux32/linux32_machdep.c	Sun Apr  8 17:06:30 2018	(r332292)
+++ head/sys/amd64/linux32/linux32_machdep.c	Sun Apr  8 17:10:32 2018	(r332293)
@@ -33,6 +33,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_compat.h"
+
 #include <sys/param.h>
 #include <sys/capsicum.h>
 #include <sys/clock.h>


More information about the svn-src-all mailing list