Descriptionos: fix plan9 build
I broke it with the darwin getwd attrlist stuff (0583e9d36dd).
plan9 doesn't have syscall.ENOTSUP.
It's in api/go1.txt as a symbol always available (not context-specific):
pkg syscall, const ENOTSUP Errno
... but plan9 isn't considered by cmd/api, so it only looks
universally available. Alternatively, we could add a fake ENOTSUP
to plan9, but they were making efforts earlier to clean their
syscall package, so I'd prefer not to dump more in it.
Patch Set 1 #Patch Set 2 : diff -r edb46df3ae05 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r edb46df3ae05 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r f9f44b2d4d79 https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|