summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/get_myaddress.c
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2001-05-04 00:46:29 +0000
committerDavid McCullough <davidm@snapgear.com>2001-05-04 00:46:29 +0000
commit0f54aa4d170ec57806c66720b5055a8bffdd47ce (patch)
treebc5aeca88dc13757c73491e2d4b207e1c0daa660 /libc/inet/rpc/get_myaddress.c
parentdb0fb358ce066657ade7475e259afe7680f7e7a9 (diff)
Clean up some issues for building on m68k.
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;