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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to