NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58166 CVS commit: src/sys/net



The following reply was made to PR kern/58166; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58166 CVS commit: src/sys/net
Date: Wed, 17 Apr 2024 18:52:39 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Apr 17 18:52:39 UTC 2024
 
 Modified Files:
 	src/sys/net: if_tap.c
 
 Log Message:
 tap(4): Use DETACH_FORCE with config_detach.
 
 It doesn't make a difference here, because tap_detach never fails,
 but let's make it more obvious at the call site that failure is
 forbidden here.
 
 No functional change intended.
 
 PR kern/58166
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.130 -r1.131 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.
 


Home | Main Index | Thread Index | Old Index