mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Make socket address parsing work on FreeBSD.
On FreeBSD, it is perfectly reasonable to make use of util_linux.go. Rename util_linux.go to util_unix.go so that it may be used on non-Linux UNIX-like systems. Add proper 'freebsd' build tags.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build !linux,!windows
|
||||
// +build !freebsd,!linux,!windows
|
||||
|
||||
/*
|
||||
Copyright 2017 The Kubernetes Authors.
|
||||
|
||||
Reference in New Issue
Block a user