forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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>
|
2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1374/misc
|
PR 1374/misc
|
||||||
|
|||||||
@@ -97,7 +97,6 @@ int rtems_shell_main_netstats( /* command */
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
if ( doInetRoutes == 1 || doAll == 1 ) {
|
if ( doInetRoutes == 1 || doAll == 1 ) {
|
||||||
rtems_bsdnet_show_inet_routes();
|
rtems_bsdnet_show_inet_routes();
|
||||||
}
|
}
|
||||||
@@ -126,7 +125,6 @@ int rtems_shell_main_netstats( /* command */
|
|||||||
rtems_bsdnet_show_tcp_stats();
|
rtems_bsdnet_show_tcp_stats();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user