summaryrefslogtreecommitdiffstats
path: root/rtems_init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-17 20:55:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-17 20:55:06 +0000
commit14f44a3474b5177a73aede9d3ab142ab003f5796 (patch)
treeeeab866e741b2a851d712497384f45ea56717863 /rtems_init.c
parent2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-14f44a3474b5177a73aede9d3ab142ab003f5796.tar.bz2
2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb, irq_test/interrupt_pkg.ads, irq_test/irqforce.c, irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as improvements are made to the RTEMS port of the GNAT run-time. * empty/Makefile, empty/README, empty/empty.adb, hello_via_task/.cvsignore, hello_via_task/Makefile, hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile, irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile, irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
Diffstat (limited to 'rtems_init.c')
-rw-r--r--rtems_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtems_init.c b/rtems_init.c
index f0dd833..3c4d8a9 100644
--- a/rtems_init.c
+++ b/rtems_init.c
@@ -175,6 +175,7 @@ void *POSIX_Init( void *argument )
#if defined(MAIN_USE_NETWORKING)
printk("Initializing Network\n");
rtems_bsdnet_initialize_network ();
+ rtems_bsdnet_show_inet_routes ();
#endif
status = pthread_attr_init( &attr );