]> Cypherpunks repositories - gostls13.git/commit
syscall: fix Plan 9 build.
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Tue, 14 Jun 2011 15:29:51 +0000 (11:29 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 14 Jun 2011 15:29:51 +0000 (11:29 -0400)
commit400d825ea0d0471f4b395eabde6b963835250ec3
tree60f501490e82ce5a79bbe90caa44864db87e1e38
parentb100a29bc49a4c6033e7b0f49ecadb3d611f82fc
syscall: fix Plan 9 build.
Move mmapper from syscall.go to syscall_unix.go.
Remove Sendfile from syscall_plan9.go.

R=rsc, alex.brainman
CC=golang-dev
https://golang.org/cl/4368060
src/pkg/syscall/syscall.go
src/pkg/syscall/syscall_plan9.go
src/pkg/syscall/syscall_unix.go