summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-17 15:09:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-17 15:09:50 +0000
commit35c7648e9d8c4efc8eaa2541cc37f3ec6003d3c2 (patch)
treea8262a3d6210a766ebcbe57dc554d9a1a3c32c1b /cpukit
parent2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-35c7648e9d8c4efc8eaa2541cc37f3ec6003d3c2.tar.bz2
2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1377/shell * libmisc/shell/main_netstats.c: Remove #if 0 which should not have been there anyway.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/libmisc/shell/main_netstats.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9d1816c18c..ab7418b7c1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1377/shell
+ * libmisc/shell/main_netstats.c: Remove #if 0 which should not have
+ been there anyway.
+
2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1374/misc
diff --git a/cpukit/libmisc/shell/main_netstats.c b/cpukit/libmisc/shell/main_netstats.c
index fa356ad10f..d17696c74e 100644
--- a/cpukit/libmisc/shell/main_netstats.c
+++ b/cpukit/libmisc/shell/main_netstats.c
@@ -97,7 +97,6 @@ int rtems_shell_main_netstats( /* command */
);
}
-#if 0
if ( doInetRoutes == 1 || doAll == 1 ) {
rtems_bsdnet_show_inet_routes();
}
@@ -126,7 +125,6 @@ int rtems_shell_main_netstats( /* command */
rtems_bsdnet_show_tcp_stats();
}
-#endif
return 0;
}