diff options
Diffstat (limited to 'src/util/network.c')
-rw-r--r-- | src/util/network.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/network.c b/src/util/network.c index 2b407d97c..52ae3d2c7 100644 --- a/src/util/network.c +++ b/src/util/network.c @@ -962,7 +962,7 @@ GNUNET_NETWORK_socket_disable_corking (struct GNUNET_NETWORK_Handle *desc) { int ret = 0; -#if LINUX +#if __linux__ int value = 0; if (0 != |