Changeset e399e9d6 in rtems


Ignore:
Timestamp:
02/17/09 15:09:57 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
2235066
Parents:
9c2af12
Message:

2009-02-17 Joel Sherrill <joel.sherrill@…>

PR 1377/shell

  • libmisc/shell/main_netstats.c: Remove #if 0 which should not have been there anyway.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    r9c2af12 re399e9d6  
     12009-02-17      Joel Sherrill <joel.sherrill@OARcorp.com>
     2
     3        PR 1377/shell
     4        * libmisc/shell/main_netstats.c: Remove #if 0 which should not have
     5        been there anyway.
     6
    172009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
    28
  • cpukit/libmisc/shell/main_netstats.c

    r9c2af12 re399e9d6  
    9898  }
    9999
    100 #if 0
    101100  if ( doInetRoutes == 1 || doAll == 1 ) {
    102101    rtems_bsdnet_show_inet_routes();
     
    127126  }
    128127
    129 #endif
    130128  return 0;
    131129}
Note: See TracChangeset for help on using the changeset viewer.