Received: by mail.netbsd.org (Postfix, from userid 605) id A3C8584EA0; Mon, 17 Apr 2023 18:13:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBBB084E7E for ; Mon, 17 Apr 2023 18:13:44 +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 FdWwIjXUgL9a for ; Mon, 17 Apr 2023 18:13:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 55B1284CED for ; Mon, 17 Apr 2023 18:13:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4808FFA85; Mon, 17 Apr 2023 18:13:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 17 Apr 2023 18:13:44 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230417181344.4808FFA85@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Mon Apr 17 18:13:44 UTC 2023 Modified Files: src/sys/kern [netbsd-8]: subr_prf.c Log Message: Fix merge mishap in applying the changes from rev 1.171 in ticket #1804: patch accidently applied the change to a nearby very similar function (aprint_verbose_internal instead of aprint_error_internal). To generate a diff of this commit: cvs rdiff -u -r1.160.8.1 -r1.160.8.2 src/sys/kern/subr_prf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.