mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
6c720b7aea
syscall.SysctlRaw is Darwin-only in Go's standard library; FreeBSD requires the equivalent from golang.org/x/sys/unix. This fixes the Docker cross-compilation build failure for the freebsd/amd64 target. (cherry picked from commit 5fe16c75a075b817f90b7192d8270a7bd6677017)