From d8e6b4c1705b6d04b53e3ace7fb8bfa43870ff43 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 18 May 2016 19:03:39 +1000 Subject: [PATCH] rc.conf: Add the net directives by default. --- rtemsbsd/rtems/rtems-bsd-rc-conf.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf.c b/rtemsbsd/rtems/rtems-bsd-rc-conf.c index 92238b6b..de243111 100644 --- a/rtemsbsd/rtems/rtems-bsd-rc-conf.c +++ b/rtemsbsd/rtems/rtems-bsd-rc-conf.c @@ -41,6 +41,12 @@ #include #include +#include + +/* + * By default the networking directives are available. + */ +RTEMS_BSD_RC_CONF_SYSINT(rc_conf_net); /* * Max line length.