Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 16:51:05 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283446 - head/sys/amd64/linux32
Message-ID:  <201505241651.t4OGp5n1000672@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sun May 24 16:51:04 2015
New Revision: 283446
URL: https://svnweb.freebsd.org/changeset/base/283446

Log:
  Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we can
  access to the semop structs and functions.
  
  Submitted by:	cognet@
  
  Differential Revision:	https://reviews.freebsd.org/D1095
  Reviewed by:	trasz

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

Modified: head/sys/amd64/linux32/linux32_machdep.c
==============================================================================
--- head/sys/amd64/linux32/linux32_machdep.c	Sun May 24 16:50:17 2015	(r283445)
+++ head/sys/amd64/linux32/linux32_machdep.c	Sun May 24 16:51:04 2015	(r283446)
@@ -31,6 +31,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
 
+#include "opt_compat.h"
+
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/systm.h>



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