- freebsd: fix build
Go's "syscall" package file for FreeBSD (incorrectly?) uses int64 types in syscall.Rlimit struct.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
|
||||
// +build aix darwin dragonfly linux netbsd openbsd solaris
|
||||
|
||||
package home
|
||||
|
||||
|
||||
Reference in New Issue
Block a user