svn commit: r293551 - stable/10/sys/amd64/linux32

Dmitry Chagin dchagin at FreeBSD.org
Sat Jan 9 16:52:27 UTC 2016


Author: dchagin
Date: Sat Jan  9 16:52:25 2016
New Revision: 293551
URL: https://svnweb.freebsd.org/changeset/base/293551

Log:
  MFC r283446:
  
  Include opt_compat.h, so that COMPAT_LINUX32 is defined, and we can
  access to the semop structs and functions.

Modified:
  stable/10/sys/amd64/linux32/linux32_machdep.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/amd64/linux32/linux32_machdep.c
==============================================================================
--- stable/10/sys/amd64/linux32/linux32_machdep.c	Sat Jan  9 16:50:09 2016	(r293550)
+++ stable/10/sys/amd64/linux32/linux32_machdep.c	Sat Jan  9 16:52:25 2016	(r293551)
@@ -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>


More information about the svn-src-all mailing list