]> Cypherpunks repositories - gostls13.git/commitdiff
net: enable runtime-integrated network pollster on netbsd
authorMikio Hara <mikioh.mikioh@gmail.com>
Sat, 17 Aug 2013 04:40:14 +0000 (13:40 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sat, 17 Aug 2013 04:40:14 +0000 (13:40 +0900)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13080043

src/pkg/net/fd_bsd.go
src/pkg/net/fd_poll_runtime.go
src/pkg/net/fd_poll_unix.go

index 784091da13c9d5cd3e3a4862deacfc07c1e70efc..616c2ac77556a7441fd4fdd33cbd5d86043bd533 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build freebsd,arm netbsd
+// +build freebsd,arm
 
 // Waiting for FDs via kqueue/kevent.
 
index b65cffbe56fa591b10823aac92bd1c8914fc4fb4..8a4d20cff9cfefa2e39f26c45935341f96354f1b 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build darwin freebsd,amd64 freebsd,386 linux openbsd windows
+// +build darwin freebsd,amd64 freebsd,386 linux netbsd openbsd windows
 
 package net
 
index 922c62d6bdbb6d9cbb23f78b2d9608d62ff46a50..3b34707244ca9929d3a7c2871ca667db828db473 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build freebsd,arm netbsd
+// +build freebsd,arm
 
 package net