svn commit: r219194 - stable/8/sys/compat/linux

Dmitry Chagin dchagin at FreeBSD.org
Wed Mar 2 19:38:14 UTC 2011


Author: dchagin
Date: Wed Mar  2 19:38:13 2011
New Revision: 219194
URL: http://svn.freebsd.org/changeset/base/219194

Log:
  MFC r218617:
  Remove bogus include <machine/frame.h>

Modified:
  stable/8/sys/compat/linux/linux_fork.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_fork.c
==============================================================================
--- stable/8/sys/compat/linux/linux_fork.c	Wed Mar  2 19:36:06 2011	(r219193)
+++ stable/8/sys/compat/linux/linux_fork.c	Wed Mar  2 19:38:13 2011	(r219194)
@@ -41,8 +41,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/sx.h>
 #include <sys/unistd.h>
 
-#include <machine/frame.h>
-
 #ifdef COMPAT_LINUX32
 #include <machine/../linux32/linux.h>
 #include <machine/../linux32/linux32_proto.h>


More information about the svn-src-stable-8 mailing list