From 336b0b7d824954d466cd15adac5a381558144ce3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Nov 2000 09:29:21 +0000 Subject: added comment on a variable that is unused on some platforms --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hostip.c b/lib/hostip.c index d89d95255..89ac57462 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -111,7 +111,7 @@ struct hostent *GetHost(struct UrlData *data, { struct hostent *h = NULL; unsigned long in; - int ret; + int ret; /* this variable is unused on several platforms but used on some */ #define CURL_NAMELOOKUP_SIZE 9000 -- cgit v1.2.3