diff options
Diffstat (limited to 'libgo/go/net/sock.go')
| -rw-r--r-- | libgo/go/net/sock.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/sock.go b/libgo/go/net/sock.go index 777f204b186..dc073927eb4 100644 --- a/libgo/go/net/sock.go +++ b/libgo/go/net/sock.go @@ -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 linux openbsd windows +// +build darwin freebsd linux netbsd openbsd windows // Sockets |

