Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bEUWNQfH; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fpEfJs2p Received: by mail.netbsd.org (Postfix, from userid 605) id 7FE7684EBB; Mon, 15 Apr 2024 08:06:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713168398; bh=Vw1T5PCUCMgOIpeVDsd+8BTadzJb135AJuydJGEZFFo=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=bEUWNQfHL8zIMDSr7T9reCgrZz2WsfmmVx3+qtlhVmk0dH91p01ONYrroVp48XX1V pChhq7OnHgn5Htly0cdP5gm6Om0NuU2iKmfJRhI8oXcnz4LLU+FqmpjXxayMOkq0Pe mfOF87jHGgud1z3m66MIyAfsy7tmVJvdgBY3eNgc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66F8484EBA for ; Mon, 15 Apr 2024 08:06:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 ri-rKFpQVqwC for ; Mon, 15 Apr 2024 08:06:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0048B84CED for ; Mon, 15 Apr 2024 08:06:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713168397; bh=Vw1T5PCUCMgOIpeVDsd+8BTadzJb135AJuydJGEZFFo=; h=Date:From:Subject:To:Reply-To; b=fpEfJs2p1azzrxlBV57tQiRqUkvGXOgSO+++q5rg4DyhtgR3SE5HlPL0Ztjai8BJJ clIkSuGz9yroWvd5KT+inUuO2W4bt24SGz2wDm19ZNnwuzAeoicX6YdBKZpaiNydLP FIc4o5ByJ0FgrVdnZBgh776hSxpE+fpPq1G0F5R4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E03EAFA2C; Mon, 15 Apr 2024 08:06:36 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 15 Apr 2024 08:06:36 +0000 From: "Simon Burge" Subject: CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240415080636.E03EAFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Simon Burge" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: simonb Date: Mon Apr 15 08:06:36 UTC 2024 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev.c Log Message: Add a newline to a printf message. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/vdev.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.