1 diff --git a/src/net/lookup_unix.go b/src/net/lookup_unix.go
2 index 8030e3d99e..5a7472d933 100644
3 --- a/src/net/lookup_unix.go
4 +++ b/src/net/lookup_unix.go
5 @@ -21,7 +21,7 @@ var onceReadProtocols sync.Once
6 // readProtocols loads contents of /etc/protocols into protocols map
9 - file, err := open("/etc/protocols")
10 + file, err := open("@iana@/etc/protocols")
14 diff --git a/src/net/port_unix.go b/src/net/port_unix.go
15 index a9a96a2323..0df6efe9e5 100644
16 --- a/src/net/port_unix.go
17 +++ b/src/net/port_unix.go
18 @@ -17,7 +17,7 @@ import (
19 var onceReadServices sync.Once
22 - file, err := open("/etc/services")
23 + file, err := open("@iana@/etc/services")