net/lif
Ian Lance Taylor 7431dee09d lif: import syscall rather than golang.org/x/sys/unix
It happens that everything we need is already defined in syscall.
This avoids problems when this package is vendored into the
standard library.

For golang/go#54259

Change-Id: I999eba5d089a1dfb341e27ebf3651ace0de26947
Reviewed-on: https://go-review.googlesource.com/c/net/+/421419
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-08-05 01:12:31 +00:00
..
address.go lif: import syscall rather than golang.org/x/sys/unix 2022-08-05 01:12:31 +00:00
address_test.go lif: import syscall rather than golang.org/x/sys/unix 2022-08-05 01:12:31 +00:00
binary.go internal/socket, lif: add missing //go:build lines 2021-11-11 08:36:44 +00:00
defs_solaris.go lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix 2022-06-30 21:51:02 +00:00
lif.go lif: import syscall rather than golang.org/x/sys/unix 2022-08-05 01:12:31 +00:00
link.go lif: import syscall rather than golang.org/x/sys/unix 2022-08-05 01:12:31 +00:00
link_test.go lif: import syscall rather than golang.org/x/sys/unix 2022-08-05 01:12:31 +00:00
sys.go internal/socket, lif: add missing //go:build lines 2021-11-11 08:36:44 +00:00
sys_solaris_amd64.s lif: drop support for go1.5 2017-02-18 08:01:40 +00:00
syscall.go internal/socket, lif: add missing //go:build lines 2021-11-11 08:36:44 +00:00
zsys_solaris_amd64.go lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix 2022-06-30 21:51:02 +00:00