From 0f54aa4d170ec57806c66720b5055a8bffdd47ce Mon Sep 17 00:00:00 2001 From: David McCullough Date: Fri, 4 May 2001 00:46:29 +0000 Subject: Clean up some issues for building on m68k. --- libc/inet/rpc/get_myaddress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/rpc/get_myaddress.c') 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; -- cgit v1.2.3