From 8d078a0c7deb6a384a27831596359e79eccf8d7d Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 21 Jul 2021 08:30:44 -0700 Subject: [PATCH] RTEMS: rtems_netconfig.c version test consistency The comment above says "... no longer needed in RTEMS 4.11" which to me says needed "< 4.11". --- modules/libcom/RTEMS/rtems_netconfig.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/libcom/RTEMS/rtems_netconfig.c b/modules/libcom/RTEMS/rtems_netconfig.c index 38fb6bfce..6272d81a6 100644 --- a/modules/libcom/RTEMS/rtems_netconfig.c +++ b/modules/libcom/RTEMS/rtems_netconfig.c @@ -32,7 +32,7 @@ * Ticket URL: */ -#if RTEMS_VERSION_INT<=VERSION_INT(4,10,0,0) +#if RTEMS_VERSION_INT