From fd73bebd13b1fa00fec984da0ac12ba115ab03dc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Sep 2011 11:14:21 +0000 Subject: [PATCH] linux-only --- src/util/client.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/client.c b/src/util/client.c index 3e919219f..e56856229 100644 --- a/src/util/client.c +++ b/src/util/client.c @@ -782,7 +782,7 @@ GNUNET_CLIENT_service_test (const char *service, } if (0 == strcmp ("localhost", hostname) -#if WINDOWS +#if !LINUX && 0 #endif ) @@ -816,7 +816,7 @@ GNUNET_CLIENT_service_test (const char *service, } if (0 == strcmp ("ip6-localhost", hostname) -#if WINDOWS +#if !LINUX && 0 #endif ) @@ -851,7 +851,7 @@ GNUNET_CLIENT_service_test (const char *service, if (((0 == strcmp ("localhost", hostname)) || (0 == strcmp ("ip6-localhost", hostname))) -#if WINDOWS +#if !LINUX && 0 #endif ) -- 2.25.1