From owner-cvs-src@FreeBSD.ORG Sat Jul 10 15:52:26 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 C999716A4CE; Sat, 10 Jul 2004 15:52:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF85043D45; Sat, 10 Jul 2004 15:52:26 +0000 (GMT) (envelope-from marcel@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 i6AFqQcg030331; Sat, 10 Jul 2004 15:52:26 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6AFqQB7030330; Sat, 10 Jul 2004 15:52:26 GMT (envelope-from marcel) Message-Id: <200407101552.i6AFqQB7030330@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 10 Jul 2004 15:52:26 +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/libc/gen isinf.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: Sat, 10 Jul 2004 15:52:26 -0000 marcel 2004-07-10 15:52:26 UTC FreeBSD src repository Modified files: lib/libc/gen isinf.c Log: Unbreak alpha: On alpha a long double is the same as a double and consequently the exponent is only 11 bits. Testing whether the exponent equals 32767 in that case only effects to compiler warnings and thus build breakage. Revision Changes Path 1.2 +4 -0 src/lib/libc/gen/isinf.c