mirror of https://github.com/golang/go.git
net: fix build comment
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5353045
This commit is contained in:
parent
087bec3dcd
commit
2d89db65c0
|
|
@ -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
|
||||
// +build darwin freebsd openbsd
|
||||
|
||||
// Sockets for BSD variants
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue