From owner-cvs-src@FreeBSD.ORG Fri Nov 7 18:36:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72B6A16A4CE; Fri, 7 Nov 2003 18:36:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6F0243FE5; Fri, 7 Nov 2003 18:36:05 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA82a5XJ008640; Fri, 7 Nov 2003 18:36:05 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA82a5gM008639; Fri, 7 Nov 2003 18:36:05 -0800 (PST) (envelope-from peter) Message-Id: <200311080236.hA82a5gM008639@repoman.freebsd.org> From: Peter Wemm Date: Fri, 7 Nov 2003 18:36:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ia32 ia32_signal.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 02:36:06 -0000 peter 2003/11/07 18:36:05 PST FreeBSD src repository Modified files: sys/compat/ia32 ia32_signal.h Log: Point the description of the fpu data in the context structures to i386/include/npx.h instead of the host's machine/npx.h (which might not exist) Revision Changes Path 1.3 +1 -1 src/sys/compat/ia32/ia32_signal.h