diff options
Diffstat (limited to 'libgo/go/net/port.go')
-rw-r--r-- | libgo/go/net/port.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/net/port.go b/libgo/go/net/port.go index 8f8327a3733..a8ca60c60aa 100644 --- a/libgo/go/net/port.go +++ b/libgo/go/net/port.go @@ -2,6 +2,8 @@ // 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 + // Read system port mappings from /etc/services package net |