aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-08-30 18:43:10 +0800
committerGitHub <noreply@github.com>2016-08-30 18:43:10 +0800
commit3e7b4ae0c3fda9d71bcae4274b0af4b075977b8b (patch)
tree596d8881580b2812d4a65e50ea14962cbea8334a /Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go
parent969008dbb007bb3f05dd6f66b5a91cb38c21ab54 (diff)
parent3b75d0ce2373c6e6da9af5f341d2d0aae0b4ed96 (diff)
downloadgo-tangerine-3e7b4ae0c3fda9d71bcae4274b0af4b075977b8b.tar.gz
go-tangerine-3e7b4ae0c3fda9d71bcae4274b0af4b075977b8b.tar.zst
go-tangerine-3e7b4ae0c3fda9d71bcae4274b0af4b075977b8b.zip
Merge pull request #2967 from fjl/godeps-update
Godeps: update golang.org/x/...
Diffstat (limited to 'Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go')
-rw-r--r--Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go b/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go
index ec56ed608..520ccbeaf 100644
--- a/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go
+++ b/Godeps/_workspace/src/golang.org/x/sys/unix/syscall_freebsd.go
@@ -129,6 +129,7 @@ func Getfsstat(buf []Statfs_t, flags int) (n int, err error) {
bufsize = unsafe.Sizeof(Statfs_t{}) * uintptr(len(buf))
}
r0, _, e1 := Syscall(SYS_GETFSSTAT, uintptr(_p0), bufsize, uintptr(flags))
+ use(unsafe.Pointer(_p0))
n = int(r0)
if e1 != 0 {
err = e1