Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA4EE84D54 for ; Fri, 1 Sep 2023 08:53:52 +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 zx4qGKWC8tq4 for ; Fri, 1 Sep 2023 08:53:52 +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 6CE2C84C13 for ; Fri, 1 Sep 2023 08:53:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6627BFBDB; Fri, 1 Sep 2023 08:53:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 1 Sep 2023 08:53:52 +0000 From: "Andrius Varanavicius" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org Approved: for-source-only Reply-To: andvar@netbsd.org X-Mailer: log_accum Message-Id: <20230901085352.6627BFBDB@cvs.NetBSD.org> Module Name: src Committed By: andvar Date: Fri Sep 1 08:53:52 UTC 2023 Modified Files: src/sys/arch/arm/clps711x: clpscom.c src/sys/arch/epoc32/windermere: wmcom.c Log Message: fix typo in the type krandsource_t -> krndsource_t. fixes RND_COM enabled build for epoc32. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/clps711x/clpscom.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/epoc32/windermere/wmcom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.