From d11bffdc2eaca845aafc9f5f0585eafe9c3db807 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 1 Jun 2020 18:45:46 +0200 Subject: tng: fix for macos unix socket handling --- src/transport/gnunet-communicator-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c index 53b6cf8be..6ea0ea360 100644 --- a/src/transport/gnunet-communicator-unix.c +++ b/src/transport/gnunet-communicator-unix.c @@ -57,7 +57,7 @@ /** * Our MTU. */ -#ifdef LINUX +#ifndef DARWIN #define UNIX_MTU UINT16_MAX #else #define UNIX_MTU 2048 -- cgit v1.2.3