From 785bad388b31ab548d1f9d4f5a71c76f48cd6d6f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Jun 2004 14:39:52 +0000 Subject: Gisle cleaned up remaining host resolve re-org issues --- lib/hostip6.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/hostip6.c') diff --git a/lib/hostip6.c b/lib/hostip6.c index 55e273623..7b0091d4c 100644 --- a/lib/hostip6.c +++ b/lib/hostip6.c @@ -111,8 +111,9 @@ void Curl_freeaddrinfo(Curl_addrinfo *p) * address. But this is an ipv6 build and then we don't copy the address, we * just return the same pointer! */ -Curl_addrinfo *Curl_addrinfo_copy(Curl_addrinfo *source) +Curl_addrinfo *Curl_addrinfo_copy(void *source, int port) { + (void) port; return source; } #endif -- cgit v1.2.3