-
Notifications
You must be signed in to change notification settings - Fork 18k
x/sys/unix: syscall_dragonfly.go broken #20055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
/cc @niconegoto @neild |
It appears the issue is:
So the |
stuartnelson3
added a commit
to prometheus/alertmanager
that referenced
this issue
Apr 21, 2017
I can't be bothered to go through the mountain of steps to commit this tiny change. golang/go#20055
CL https://golang.org/cl/41672 mentions this issue. |
daftaupe
referenced
this issue
in daftaupe/DeltaPorts
Dec 20, 2017
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?go version go1.8 dragonfly/amd64
What operating system and processor architecture are you using (
go env
)?What did you do?
Try to compile any project importing
golang.org/x/sys
after this commit: golang/sys@9a7256cWhat did you expect to see?
My program to successfully compile.
What did you see instead?
The first error on
syscall_dragonfly.go:60
is easy to fix, just change changeIno
toFileno
. The other issue on line 68 I have no context for, however.Let me know if I can provide any additional information.
The text was updated successfully, but these errors were encountered: