Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=DnCQJ/5g; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1e66F8dK Received: by mail.netbsd.org (Postfix, from userid 605) id 8679A84EEB; Wed, 17 Apr 2024 18:32:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713378735; bh=CV4UPMMbziGocXWQLX1oKvL2jgUaavluxyDvgg2xXpM=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=DnCQJ/5g0/wJJGTwvRhCy5tq00My6vjtBdKfiizGxioa0n8jsOPHWAR5PmljgqI77 tLP6SmV10rXCmLaTvPAKm5Co/uyTFlHYVefNAyRWFArjAuyEqdX3gJTvBYafKYrTTU 8T6Fi1EfNE/5uEmG5s/01F+JnlVcY42h4ut7XOjg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BBFF84EEC for ; Wed, 17 Apr 2024 18:32:14 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zwbrA0L2-ykF for ; Wed, 17 Apr 2024 18:32:14 +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 EE7B384EE8 for ; Wed, 17 Apr 2024 18:32:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713378734; bh=CV4UPMMbziGocXWQLX1oKvL2jgUaavluxyDvgg2xXpM=; h=Date:From:Subject:To:Reply-To; b=1e66F8dKZ2d2JbDwWbVUsF4/sJXR6q1GWryeQ0iAq4Vsn1q3ckpeAunDiujBjAg9p h2zn+VtqNrRZVPgsmKuIngQsyN9FqHRPHeBb/IBzYIKcMpxWrOhamJBarfDPPj8IoV oaph7iSZhdRhNEhfJXiKnJsJ9A5el9ZvrG8QGO1c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF8A4FA2C; Wed, 17 Apr 2024 18:32:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 17 Apr 2024 18:32:13 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/net To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240417183213.DF8A4FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Wed Apr 17 18:32:13 UTC 2024 Modified Files: src/sys/net: if_tap.c Log Message: tap(4): Prune dead branches around tap_dev_close. No functional change intended. PR kern/58166 To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/sys/net/if_tap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.