summaryrefslogtreecommitdiff
path: root/src/pkg/net/sys_cloexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/sys_cloexec.go')
-rw-r--r--src/pkg/net/sys_cloexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/net/sys_cloexec.go b/src/pkg/net/sys_cloexec.go
index 17e874908..bbfcc1a4f 100644
--- a/src/pkg/net/sys_cloexec.go
+++ b/src/pkg/net/sys_cloexec.go
@@ -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