Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D48584EE6 for ; Sat, 9 Sep 2023 07:07:04 +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 UzFlxO2iODwb for ; Sat, 9 Sep 2023 07:07:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BC9D784CFA for ; Sat, 9 Sep 2023 07:07:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC40DFBDB; Sat, 9 Sep 2023 07:07:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 9 Sep 2023 07:07:03 +0000 From: "Andrius Varanavicius" Subject: CVS commit: src/sys/arch/hpcarm/hpcarm To: source-changes@NetBSD.org Approved: for-source-only Reply-To: andvar@netbsd.org X-Mailer: log_accum Message-Id: <20230909070703.AC40DFBDB@cvs.NetBSD.org> Module Name: src Committed By: andvar Date: Sat Sep 9 07:07:03 UTC 2023 Modified Files: src/sys/arch/hpcarm/hpcarm: netbookpro_machdep.c Log Message: fix DEVMAP_ENTRY list termination symbol. Makes hpcarm NETBOOKPRO config build again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hpcarm/hpcarm/netbookpro_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.