svn commit: r219176 - stable/8/sys/compat/linux
Alexander Leidinger
netchild at FreeBSD.org
Wed Mar 2 13:06:48 UTC 2011
Author: netchild
Date: Wed Mar 2 13:06:47 2011
New Revision: 219176
URL: http://svn.freebsd.org/changeset/base/219176
Log:
Fix kernel build with MFC of r215706:
Fix linux kernel module breakage introduced in r215675, by including
<sys/sysent.h>.
Pointyhat to: netchild
Noticed by: kib
Modified:
stable/8/sys/compat/linux/linux_emul.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
Modified: stable/8/sys/compat/linux/linux_emul.c
==============================================================================
--- stable/8/sys/compat/linux/linux_emul.c Wed Mar 2 11:09:34 2011 (r219175)
+++ stable/8/sys/compat/linux/linux_emul.c Wed Mar 2 13:06:47 2011 (r219176)
@@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <sys/sx.h>
#include <sys/proc.h>
#include <sys/syscallsubr.h>
+#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <sys/unistd.h>
More information about the svn-src-stable-8
mailing list