summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/get_myaddress.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/rpc/get_myaddress.c')
-rw-r--r--libc/inet/rpc/get_myaddress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/get_myaddress.c b/libc/inet/rpc/get_myaddress.c
index 53cebe81c..333dbabc8 100644
--- a/libc/inet/rpc/get_myaddress.c
+++ b/libc/inet/rpc/get_myaddress.c
@@ -70,7 +70,7 @@ struct sockaddr_in *addr;
/*
* don't use gethostbyname, which would invoke yellow pages
*/
-get_myaddress(addr)
+void get_myaddress(addr)
struct sockaddr_in *addr;
{
int s;