[rtems-lwip commit] rtemslwip/rtems_lwip_io: Avoid macro redefinition

Joel Sherrill joel at rtems.org
Fri Jan 5 17:29:47 UTC 2024


Module:    rtems-lwip
Branch:    master
Commit:    d5cfe3b196063f170f9bff2f17bb295f807cbfd3
Changeset: http://git.rtems.org/rtems-lwip/commit/?id=d5cfe3b196063f170f9bff2f17bb295f807cbfd3

Author:    Bernd Moessner <berndmoessner80 at gmail.com>
Date:      Wed Jan  3 23:38:56 2024 +0100

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.

---

 rtemslwip/common/rtems_lwip_io.c | 2 --
 1 file changed, 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> */



More information about the vc mailing list