summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Moessner <berndmoessner80@gmail.com>2024-01-03 23:38:56 +0100
committerJoel Sherrill <joel@rtems.org>2024-01-05 11:29:38 -0600
commitd5cfe3b196063f170f9bff2f17bb295f807cbfd3 (patch)
tree61cbce4c79db97494b2bb1b85c1012519522c00e
parentlwip.py: Allow install target other than BSP (diff)
downloadrtems-lwip-d5cfe3b196063f170f9bff2f17bb295f807cbfd3.tar.bz2
rtemslwip/rtems_lwip_io: Avoid macro redefinition
This fixes a compiler warning due to macro redefinition. This macro definition was used in previous versions of rtems-lwip, but has since been obsoleted.
-rw-r--r--rtemslwip/common/rtems_lwip_io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtemslwip/common/rtems_lwip_io.c b/rtemslwip/common/rtems_lwip_io.c
index ee34774..2fed874 100644
--- a/rtemslwip/common/rtems_lwip_io.c
+++ b/rtemslwip/common/rtems_lwip_io.c
@@ -31,8 +31,6 @@
#include "config.h"
#endif
-#define LWIP_COMPAT_SOCKETS 0
-
#include <string.h>
#include <stdarg.h>
/* #include <stdlib.h> */