diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-18 01:09:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-18 01:09:55 +0000 |
commit | e8c6de1939e1f8a2898a0e53134fa175560b9469 (patch) | |
tree | 0d573525f6e657aa60bf04b4a7c3ddb9225f6347 /libc/inet/rpc/get_myaddress.c | |
parent | 508383b431a6ef45c0992fdd47064edb581c6214 (diff) |
libc_hidden_proto removal, just a few functions
Diffstat (limited to 'libc/inet/rpc/get_myaddress.c')
-rw-r--r-- | libc/inet/rpc/get_myaddress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/rpc/get_myaddress.c b/libc/inet/rpc/get_myaddress.c index a6ba07811..79d48ac4b 100644 --- a/libc/inet/rpc/get_myaddress.c +++ b/libc/inet/rpc/get_myaddress.c @@ -52,9 +52,9 @@ static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro"; libc_hidden_proto(ioctl) libc_hidden_proto(socket) -libc_hidden_proto(close) +/* libc_hidden_proto(close) */ libc_hidden_proto(perror) -libc_hidden_proto(exit) +/* libc_hidden_proto(exit) */ /* * don't use gethostbyname, which would invoke yellow pages |