1
0
mirror of https://github.com/golang/go synced 2024-11-17 22:14:43 -07:00

net: enable runtime-integrated network pollster on netbsd

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13080043
This commit is contained in:
Mikio Hara 2013-08-17 13:40:14 +09:00
parent c4cdd35e6e
commit 96d7997f03
3 changed files with 3 additions and 3 deletions

View 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.

View 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

View 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