Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2011 19:14:57 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218617 - head/sys/compat/linux
Message-ID:  <201102121914.p1CJEvuV011924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sat Feb 12 19:14:57 2011
New Revision: 218617
URL: http://svn.freebsd.org/changeset/base/218617

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

Modified:
  head/sys/compat/linux/linux_fork.c

Modified: head/sys/compat/linux/linux_fork.c
==============================================================================
--- head/sys/compat/linux/linux_fork.c	Sat Feb 12 18:17:12 2011	(r218616)
+++ head/sys/compat/linux/linux_fork.c	Sat Feb 12 19:14:57 2011	(r218617)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102121914.p1CJEvuV011924>