Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E6BFC84E83 for ; Wed, 14 Jun 2023 00:52:25 +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 B33VcaPYcNPF for ; Wed, 14 Jun 2023 00:52:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8C0E184CCF for ; Wed, 14 Jun 2023 00:52:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 849B6FA89; Wed, 14 Jun 2023 00:52:25 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 14 Jun 2023 00:52:25 +0000 From: "Rin Okuyama" Subject: CVS commit: src/sys/stand/efiboot To: source-changes@NetBSD.org Approved: for-source-only Reply-To: rin@netbsd.org X-Mailer: log_accum Message-Id: <20230614005225.849B6FA89@cvs.NetBSD.org> Module Name: src Committed By: rin Date: Wed Jun 14 00:52:25 UTC 2023 Modified Files: src/sys/stand/efiboot: efiblock.c Log Message: Avoid void * pointer arithmetic; cast to UINT8 * explicitly. No binary changes for aarch64 at least. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/stand/efiboot/efiblock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.