From af13b01888fff2ab458965aaaa40beeacf054098 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Apr 2016 09:09:29 +0200 Subject: [PATCH] network: Quirk for Newlib compatibility Newlib provides now a declration for random() in . This confilicts with the define in . --- cpukit/libnetworking/rtems/rtems_showroute.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c index 24eb12d63e..6080fa3b4a 100644 --- a/cpukit/libnetworking/rtems/rtems_showroute.c +++ b/cpukit/libnetworking/rtems/rtems_showroute.c @@ -26,6 +26,7 @@ */ #undef free #undef malloc +#undef random #include /*