Received: by mail.netbsd.org (Postfix, from userid 605) id 8FB9884DAB; Fri, 28 Jul 2017 16:30:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FB4F84DA8 for ; Fri, 28 Jul 2017 16:30:42 +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 rHelbc4VZA0l for ; Fri, 28 Jul 2017 16:30:41 +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 BBB6684D21 for ; Fri, 28 Jul 2017 16:30:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B66C4FACD; Fri, 28 Jul 2017 16:30:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 28 Jul 2017 16:30:41 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170728163041.B66C4FACD@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: Fri Jul 28 16:30:41 UTC 2017 Modified Files: src/sys/dev: vnd.c Log Message: Appease toxic bullshit warning from gcc. If you have a better way to write a useful bounds check that happens to always pass on LP64 but doesn't always on LP32, without making it fail to compile on LP64 or making it an #ifdef conditional on LP32, please put it in here instead. To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 src/sys/dev/vnd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.