Received: by mail.netbsd.org (Postfix, from userid 605) id 5478284DF4; Mon, 29 Oct 2018 05:15:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7955B84DF2 for ; Mon, 29 Oct 2018 05:15:22 +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 u1ezOecFCexj for ; Mon, 29 Oct 2018 05:15:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0883084CCC for ; Mon, 29 Oct 2018 05:15:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00164FBEE; Mon, 29 Oct 2018 05:15:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 29 Oct 2018 05:15:21 +0000 From: "matthew green" Subject: CVS commit: src/sys/stand/efiboot To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181029051522.00164FBEE@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: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Mon Oct 29 05:15:21 UTC 2018 Modified Files: src/sys/stand/efiboot: boot.c Log Message: avoid sign/unsigned issue and for NUMNAMES to an integer when it is compared against a value that may be -1. fixes autoboot when boot-file is set. (serves me right for removing code that looked odd when it was tested :-) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/stand/efiboot/boot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.