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

Dmitry Chagin dchagin at FreeBSD.org
Sun May 24 16:51:05 UTC 2015


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>


More information about the svn-src-head mailing list