]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix build comment
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 7 Nov 2011 21:56:35 +0000 (06:56 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Mon, 7 Nov 2011 21:56:35 +0000 (06:56 +0900)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5353045

src/pkg/net/sock_bsd.go

index c59802fecb3edf3c7e83182bd9ec957ed2c83622..7025edf7421e89ae1aedf9993bff8a029e92597d 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
+// +build darwin freebsd openbsd
 
 // Sockets for BSD variants