tun: make operateonfd.go build tags more specific
(*NativeTun).operateOnFd is only used on darwin and freebsd. Adjust the build tags accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
eae5e0f3a3
commit
217ac1016b
@ -1,5 +1,5 @@
|
|||||||
//go:build !windows
|
//go:build darwin || freebsd
|
||||||
// +build !windows
|
// +build darwin freebsd
|
||||||
|
|
||||||
/* SPDX-License-Identifier: MIT
|
/* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user