From owner-cvs-src-old@FreeBSD.ORG Sun Jan 9 06:06:04 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 998B1106566B for ; Sun, 9 Jan 2011 06:06:04 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC268FC1E for ; Sun, 9 Jan 2011 06:06:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p096645d065460 for ; Sun, 9 Jan 2011 06:06:04 GMT (envelope-from das@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p09664ub065459 for cvs-src-old@freebsd.org; Sun, 9 Jan 2011 06:06:04 GMT (envelope-from das@repoman.freebsd.org) Message-Id: <201101090606.p09664ub065459@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to das@repoman.freebsd.org using -f From: David Schultz Date: Sun, 9 Jan 2011 06:05:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include float.h src/sys/sun4v/include float.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2011 06:06:04 -0000 das 2011-01-09 06:05:48 UTC FreeBSD src repository Modified files: sys/sparc64/include float.h sys/sun4v/include float.h Log: SVN rev 217182 on 2011-01-09 06:05:48Z by das Fix the value for DECIMAL_DIG on UltraSparcs. The previous value of 35 wasn't quite big enough to ensure correct rounding for very-close- to-halfway cases. Revision Changes Path 1.7 +1 -1 src/sys/sparc64/include/float.h 1.2 +1 -1 src/sys/sun4v/include/float.h