summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-17 15:09:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-17 15:09:57 +0000
commite399e9d607c07b136c5dc0c98ceb666c27410b79 (patch)
tree3171613c69a6aa5d3a888330460bfbca943f8d08 /cpukit
parent2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e399e9d607c07b136c5dc0c98ceb666c27410b79.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 8c71411cd8..97d69f6aab 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-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/rtems/config.h, score/include/rtems/score/thread.h,
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;
}