summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_glue.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_glue.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_glue.c b/cpukit/libnetworking/rtems/rtems_glue.c
index 31e87e1587..cf3b0925c8 100644
--- a/cpukit/libnetworking/rtems/rtems_glue.c
+++ b/cpukit/libnetworking/rtems/rtems_glue.c
@@ -37,6 +37,11 @@
#include <net/route.h>
/*
+ * Sysctl init all.
+ */
+void sysctl_register_all(void *arg);
+
+/*
* Memory allocation
*/
static int nmbuf = (64 * 1024) / MSIZE;
@@ -196,6 +201,11 @@ bsd_init (void)
domaininit (NULL);
}
+ /*
+ * Setup the sysctl, normally done by a SYSINIT call.
+ */
+ sysctl_register_all(0);
+
/*
* Set up interfaces
*/