diff options
Diffstat (limited to 'net/cloudflared/files/patch-diagnostic_network_collector__unix.go')
-rw-r--r-- | net/cloudflared/files/patch-diagnostic_network_collector__unix.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/cloudflared/files/patch-diagnostic_network_collector__unix.go b/net/cloudflared/files/patch-diagnostic_network_collector__unix.go new file mode 100644 index 000000000000..8ae12665a122 --- /dev/null +++ b/net/cloudflared/files/patch-diagnostic_network_collector__unix.go @@ -0,0 +1,8 @@ +--- diagnostic/network/collector_unix.go.orig 2024-01-01 00:00:00 UTC ++++ diagnostic/network/collector_unix.go +@@ -1,4 +1,4 @@ +-//go:build darwin || linux ++//go:build darwin || linux || freebsd + + package diagnostic + |