X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Fip_src%2Froutes.c;h=f074bff819b3399da230852bdcd4b33cb172a029;hb=cbed08fec9c6d62f8fa4fc13a71102c799d96640;hp=1d60fbc69342dcf455f29c17682a09008bd7cb26;hpb=385aa5c4b5e509d298b3341dcd27ca26c3ce2358;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);