From owner-cvs-src@FreeBSD.ORG Fri Jul 9 10:01:10 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 C605F16A4CE; Fri, 9 Jul 2004 10:01:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA14043D1D; Fri, 9 Jul 2004 10:01:10 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i69A1Ad1051029; Fri, 9 Jul 2004 10:01:10 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i69A1A6V051028; Fri, 9 Jul 2004 10:01:10 GMT (envelope-from das) Message-Id: <200407091001.i69A1A6V051028@repoman.freebsd.org> From: David Schultz Date: Fri, 9 Jul 2004 10:01:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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:01:10 -0000 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. Revision Changes Path 1.11 +0 -3 src/lib/msun/src/e_scalb.c 1.9 +0 -3 src/lib/msun/src/e_scalbf.c