Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2018 17:10:32 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332293 - head/sys/amd64/linux32
Message-ID:  <201804081710.w38HAWMS014439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804081710.w38HAWMS014439>