net: dragonfly support

Make the net package build and work on dragonfly.

R=bradfitz
CC=golang-dev
https://golang.org/cl/13173044
This commit is contained in:
Joel Sing 2013-08-24 02:18:22 +10:00
parent 6939061d47
commit fce0608561
34 changed files with 147 additions and 32 deletions

View file

@ -5,7 +5,7 @@
// This file implements sysSocket and accept for platforms that do not
// provide a fast path for setting SetNonblock and CloseOnExec.
// +build darwin freebsd netbsd openbsd
// +build darwin dragonfly freebsd netbsd openbsd
package net