Skip to content
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

NetBSD support #68

Closed
selb opened this issue Feb 22, 2015 · 2 comments
Closed

NetBSD support #68

selb opened this issue Feb 22, 2015 · 2 comments

Comments

@selb
Copy link

selb commented Feb 22, 2015

NetBSD is not currently supported out of the box, but this is easy to fix:

$ cp syscalls_openbsd.go syscalls_netbsd.go

I also verified that the values in there matched the system headers. I would also guess that syscalls_freebsd.go would work as syscalls_dragonfly.go; I can look into this more if you'd like.

@nsf
Copy link
Owner

nsf commented Feb 22, 2015

Added syscalls_netbsd.go. Well, if you really need it, sure, take a look at dragonfly bsd, but I don't use it and I don't know anyone who does.

@selb
Copy link
Author

selb commented Feb 22, 2015

I don't really need DragonFly support, so I'll leave it be. Thanks for adding NetBSD. :)

@selb selb closed this as completed Feb 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants