From owner-cvs-src@FreeBSD.ORG Fri Jul 9 10:06:58 2004 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 4DB6A16A4CE; Fri, 9 Jul 2004 10:06:58 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-108-110.dsl.pltn13.pacbell.net [69.107.108.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CCC43D48; Fri, 9 Jul 2004 10:06:58 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i69A6o7s023057; Fri, 9 Jul 2004 03:06:50 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i69A6odA023056; Fri, 9 Jul 2004 03:06:50 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 9 Jul 2004 03:06:50 -0700 From: David Schultz To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040709100650.GA22856@VARK.homeunix.com> Mail-Followup-To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407091001.i69A1A6V051028@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407091001.i69A1A6V051028@repoman.freebsd.org> Subject: Re: cvs commit: src/lib/msun/src e_scalb.c e_scalbf.c 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: Fri, 09 Jul 2004 10:06:58 -0000 On Fri, Jul 09, 2004, David Schultz wrote: > das 2004-07-09 10:01:10 UTC > > FreeBSD src repository > > Modified files: > lib/msun/src e_scalb.c e_scalbf.c > Log: > Remove the declaration of isnan() from this file. It is no longer > needed as of math.h v1.40, and its prototype is incorrect here. This should fix the !i386 build. Please pass the pointy hat this way.