X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Fip_src%2Froutes.c;h=f074bff819b3399da230852bdcd4b33cb172a029;hb=808a29b42448b1229e07933050aa2b4cbe1fc923;hp=1d60fbc69342dcf455f29c17682a09008bd7cb26;hpb=03a1d7f5361cd95b435f5f5cb434a7d8e3e6aeb9;p=tpg%2Facess2.git diff --git a/Usermode/Applications/ip_src/routes.c b/Usermode/Applications/ip_src/routes.c index 1d60fbc6..f074bff8 100644 --- a/Usermode/Applications/ip_src/routes.c +++ b/Usermode/Applications/ip_src/routes.c @@ -118,7 +118,7 @@ void DumpRoutes(void) printf("Type\tNetwork \tGateway \tMetric\tIFace\n"); - while( readdir(dp, filename) ) + while( SysReadDir(dp, filename) ) { if(filename[0] == '.') continue; DumpRoute(filename);