diff options
Diffstat (limited to 'libc/inet/inet_net.c')
-rw-r--r-- | libc/inet/inet_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/inet_net.c b/libc/inet/inet_net.c index 93457e7ae..477d67dc9 100644 --- a/libc/inet/inet_net.c +++ b/libc/inet/inet_net.c @@ -49,7 +49,7 @@ * The library routines call this routine to interpret * network numbers. */ -libc_hidden_proto(inet_network) +/* libc_hidden_proto(inet_network) */ in_addr_t inet_network(const char *cp) { |