Date: Sat, 9 Jan 2016 16:52:25 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r293551 - stable/10/sys/amd64/linux32 Message-ID: <201601091652.u09GqPoQ047093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601091652.u09GqPoQ047093>