diff --git a/c/src/exec/libnetworking/rtems/rtems_showroute.c b/c/src/exec/libnetworking/rtems/rtems_showroute.c index e471ccc58c..c0d0b231e8 100644 --- a/c/src/exec/libnetworking/rtems/rtems_showroute.c +++ b/c/src/exec/libnetworking/rtems/rtems_showroute.c @@ -2,8 +2,6 @@ * $Id$ */ -/* #include */ - #include #include #include @@ -24,10 +22,11 @@ #include /* - * We'll use the application versions of malloc and free. + * We'll use the application versions of realloc and free. */ -#undef malloc #undef free +#undef malloc +#include /* * Information per route diff --git a/c/src/libnetworking/rtems/rtems_showroute.c b/c/src/libnetworking/rtems/rtems_showroute.c index e471ccc58c..c0d0b231e8 100644 --- a/c/src/libnetworking/rtems/rtems_showroute.c +++ b/c/src/libnetworking/rtems/rtems_showroute.c @@ -2,8 +2,6 @@ * $Id$ */ -/* #include */ - #include #include #include @@ -24,10 +22,11 @@ #include /* - * We'll use the application versions of malloc and free. + * We'll use the application versions of realloc and free. */ -#undef malloc #undef free +#undef malloc +#include /* * Information per route diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c index e471ccc58c..c0d0b231e8 100644 --- a/cpukit/libnetworking/rtems/rtems_showroute.c +++ b/cpukit/libnetworking/rtems/rtems_showroute.c @@ -2,8 +2,6 @@ * $Id$ */ -/* #include */ - #include #include #include @@ -24,10 +22,11 @@ #include /* - * We'll use the application versions of malloc and free. + * We'll use the application versions of realloc and free. */ -#undef malloc #undef free +#undef malloc +#include /* * Information per route