gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16926 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r16926 - gnunet/src/util
Date: Sun, 18 Sep 2011 13:14:22 +0200

Author: grothoff
Date: 2011-09-18 13:14:21 +0200 (Sun, 18 Sep 2011)
New Revision: 16926

Modified:
   gnunet/src/util/client.c
Log:
linux-only

Modified: gnunet/src/util/client.c
===================================================================
--- gnunet/src/util/client.c    2011-09-18 10:51:13 UTC (rev 16925)
+++ gnunet/src/util/client.c    2011-09-18 11:14:21 UTC (rev 16926)
@@ -782,7 +782,7 @@
   }
 
   if (0 == strcmp ("localhost", hostname)
-#if WINDOWS
+#if !LINUX
       && 0
 #endif
       )
@@ -816,7 +816,7 @@
   }
 
   if (0 == strcmp ("ip6-localhost", hostname)
-#if WINDOWS
+#if !LINUX
       && 0
 #endif
       )
@@ -851,7 +851,7 @@
 
   if (((0 == strcmp ("localhost", hostname)) ||
        (0 == strcmp ("ip6-localhost", hostname)))
-#if WINDOWS
+#if !LINUX
       && 0
 #endif
       )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]