Received: by mail.netbsd.org (Postfix, from userid 605) id 35E8A84D51; Tue, 18 Dec 2018 07:11:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29EBC84D59 for ; Tue, 18 Dec 2018 07:11:36 +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 jNO50J_dJjFw for ; Tue, 18 Dec 2018 07:11:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A708C84D53 for ; Tue, 18 Dec 2018 07:11:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92914FB16; Tue, 18 Dec 2018 07:11:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 18 Dec 2018 07:11:35 +0000 From: "Santhosh Raju" Subject: CVS commit: src/tests/sys/uvm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181218071135.92914FB16@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: "Santhosh Raju" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: fox Date: Tue Dec 18 07:11:35 UTC 2018 Modified Files: src/tests/sys/uvm: t_uvm_physseg.c Log Message: Fixed the build failures caused by incompatible type comparisons. Reviewed by To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/sys/uvm/t_uvm_physseg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.