Initial FreeBSD PID support

This commit is contained in:
2025-04-04 01:36:14 -04:00
parent 1210f10798
commit cfcdc4bfaa
6 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net"
"strconv"
"golang.org/x/sys/unix"
"github.com/rwinkhart/sys/unix"
)
func getUnix(c *net.UnixConn) (*Creds, error) {