diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2020-11-18 08:38:31 -0800 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@tailscale.com> | 2020-11-18 08:42:43 -0800 |
| commit | 8f76548fd95ffc012f2d34dca6b251be490192f7 (patch) | |
| tree | 1edee2e29a426c32572e7ffdbd4e1fcb694b8da4 /cmd | |
| parent | 5b338bf011d6e2500c3e81874bced0a57b6bcfbc (diff) | |
| download | tailscale-8f76548fd95ffc012f2d34dca6b251be490192f7.tar.xz tailscale-8f76548fd95ffc012f2d34dca6b251be490192f7.zip | |
tempfork/osexec: remove old fork of os/exec
This package was a temporary fork of os/exec to fix an EINTR loop
bug that was fixed upstream for Go 1.15 in
https://github.com/golang/go/commit/8c1db77a92b1d17d3fe07999c5f20602a2080be9
(https://go-review.googlesource.com/c/go/+/232862), in
src/os/exec_unix.go:
https://github.com/golang/go/commit/8c1db77a92b1d17d3fe07999c5f20602a2080be9#diff-72072cbd53a7240debad8aa506ff7ec795f9cfac7322e779f9bac29a4d0d0bd4
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/tailscale/depaware.txt | 1 | ||||
| -rw-r--r-- | cmd/tailscaled/depaware.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cmd/tailscale/depaware.txt b/cmd/tailscale/depaware.txt index 2d8d8610c..ff4685576 100644 --- a/cmd/tailscale/depaware.txt +++ b/cmd/tailscale/depaware.txt @@ -67,7 +67,6 @@ tailscale.com/cmd/tailscale dependencies: (generated by github.com/tailscale/dep tailscale.com/safesocket from tailscale.com/cmd/tailscale/cli 💣 tailscale.com/syncs from tailscale.com/net/interfaces+ tailscale.com/tailcfg from tailscale.com/cmd/tailscale/cli+ - DW tailscale.com/tempfork/osexec from tailscale.com/portlist W tailscale.com/tsconst from tailscale.com/net/interfaces tailscale.com/types/empty from tailscale.com/control/controlclient+ tailscale.com/types/key from tailscale.com/cmd/tailscale/cli+ diff --git a/cmd/tailscaled/depaware.txt b/cmd/tailscaled/depaware.txt index 35975d075..bae586af8 100644 --- a/cmd/tailscaled/depaware.txt +++ b/cmd/tailscaled/depaware.txt @@ -74,7 +74,6 @@ tailscale.com/cmd/tailscaled dependencies: (generated by github.com/tailscale/de tailscale.com/smallzstd from tailscale.com/ipn/ipnserver+ 💣 tailscale.com/syncs from tailscale.com/net/interfaces+ tailscale.com/tailcfg from tailscale.com/control/controlclient+ - DW tailscale.com/tempfork/osexec from tailscale.com/portlist W tailscale.com/tsconst from tailscale.com/net/interfaces tailscale.com/types/empty from tailscale.com/control/controlclient+ tailscale.com/types/flagtype from tailscale.com/cmd/tailscaled |
