Received: by mail.netbsd.org (Postfix, from userid 605) id 8B16684D95; Tue, 30 Jun 2020 04:15:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D4C384D8B for ; Tue, 30 Jun 2020 04:15:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id r0vH80abIq53 for ; Tue, 30 Jun 2020 04:15:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A7F7E84D4E for ; Tue, 30 Jun 2020 04:15:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5AB7FB28; Tue, 30 Jun 2020 04:15:46 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 30 Jun 2020 04:15:46 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/tests/dev/cgd To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200630041546.A5AB7FB28@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: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Tue Jun 30 04:15:46 UTC 2020 Modified Files: src/tests/dev/cgd: t_cgd_adiantum.c Log Message: Fix sign-compare issue on 32-bit systems. Built fine on amd64, where all unsigned values are representable in ssize_t, but I didn't try building on i386, where they're not. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/cgd/t_cgd_adiantum.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.