]> Cypherpunks repositories - gostls13.git/commit
syscall: manually fix z* for NetBSD/amd64
authorBenny Siegert <bsiegert@gmail.com>
Fri, 6 Apr 2012 14:57:05 +0000 (07:57 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Apr 2012 14:57:05 +0000 (07:57 -0700)
commit559c191b8935fc52ec3cfc9f34b58b36777ff213
treee4ed9172583cbc6e2c2e1439333e63d3c2dadb25
parentcf1f044251ea6e6c999566871a9f4b2a3d627d20
syscall: manually fix z* for NetBSD/amd64

Building go currently fails on NetBSD, thus the regeneration
scripts do not run correctly. With these changes, at least
the go_bootstrap tool builds correctly.

R=golang-dev, r, bradfitz
CC=golang-dev
https://golang.org/cl/5695064
src/pkg/syscall/zerrors_netbsd_amd64.go
src/pkg/syscall/zsyscall_netbsd_amd64.go