tun_netbsd: compile fix

This commit is contained in:
snow flurry 2022-02-18 19:19:04 -08:00
parent 5657c3c1e8
commit ab634a065c
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ type NativeTun struct {
events chan Event
errors chan error
routeSocket int
closeOnce sync.Once
}
func (tun *NativeTun) routineRouteListener(tunIfindex int) {