Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / Usermode / Applications / ip_src / routes.c
index 1d60fbc..f074bff 100644 (file)
@@ -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);

UCC git Repository :: git.ucc.asn.au