Received: by mail.netbsd.org (Postfix, from userid 605) id E843C84D56; Tue, 25 Jul 2017 21:26:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76BF084D52 for ; Tue, 25 Jul 2017 21:26:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5_xjuvk8Yt3u for ; Tue, 25 Jul 2017 21:26:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DFEFD84D49 for ; Tue, 25 Jul 2017 21:26:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6109FACD; Tue, 25 Jul 2017 21:26:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 25 Jul 2017 21:26:56 +0000 From: "Valeriy E. Ushakov" Subject: CVS commit: src/tests/lib/libm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170725212656.D6109FACD@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Valeriy E. Ushakov" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: uwe Date: Tue Jul 25 21:26:56 UTC 2017 Modified Files: src/tests/lib/libm: t_fe_round.c Log Message: Revert previous as it breaks at least sparc and hpcsh builds. nearbyint() is not included in libm on all platforms. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libm/t_fe_round.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.