From owner-svn-src-stable@FreeBSD.ORG Thu Mar 26 12:13:20 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34F7310657BB; Thu, 26 Mar 2009 12:13:20 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 166308FC16; Thu, 26 Mar 2009 12:13:20 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2QCDJQj016893; Thu, 26 Mar 2009 12:13:19 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2QCDJPB016892; Thu, 26 Mar 2009 12:13:19 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <200903261213.n2QCDJPB016892@svn.freebsd.org> From: Konstantin Belousov Date: Thu, 26 Mar 2009 12:13:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r190439 - in stable/7/sys: amd64/linux32 i386/linux X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 12:13:30 -0000 Author: kib Date: Thu Mar 26 12:13:19 2009 New Revision: 190439 URL: http://svn.freebsd.org/changeset/base/190439 Log: Include linux_misc.h to get the definition for __LINUX_NPXCW__. Approved by: re (kensmith) Modified: stable/7/sys/amd64/linux32/linux32_sysvec.c stable/7/sys/i386/linux/linux_sysvec.c Modified: stable/7/sys/amd64/linux32/linux32_sysvec.c ============================================================================== --- stable/7/sys/amd64/linux32/linux32_sysvec.c Thu Mar 26 10:22:40 2009 (r190438) +++ stable/7/sys/amd64/linux32/linux32_sysvec.c Thu Mar 26 12:13:19 2009 (r190439) @@ -77,6 +77,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include Modified: stable/7/sys/i386/linux/linux_sysvec.c ============================================================================== --- stable/7/sys/i386/linux/linux_sysvec.c Thu Mar 26 10:22:40 2009 (r190438) +++ stable/7/sys/i386/linux/linux_sysvec.c Thu Mar 26 12:13:19 2009 (r190439) @@ -64,6 +64,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include