Use replace syntax for custom sys fork

This commit is contained in:
2025-04-05 16:05:38 -04:00
parent d116525c2b
commit 081b05659a
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"net"
"strconv"
"github.com/rwinkhart/sys-freebsd-13-xucred/unix"
"golang.org/x/sys/unix"
)
func get(c *net.UnixConn) (*Creds, error) {