The new network stack (libbsd) supports IPv6.
gcc/ada
* s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
From-SVN: r268061
+2019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
+
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615
#endif
CND(AF_INET, "IPv4 address family")
-/**
- ** RTEMS lies and defines AF_INET6 even though there is no IPV6 support.
- ** Its TCP/IP stack is in transition. It has newer .h files but no IPV6 yet.
- **/
-#if defined(__rtems__)
-# undef AF_INET6
-#endif
-
#ifndef AF_INET6
# define AF_INET6 -1
#else