Usermode - Renamed readdir() to SysReadDir()
[tpg/acess2.git] / Usermode / Applications / ip_src / addr.c
index 579aa47..cf5d5dc 100644 (file)
@@ -131,7 +131,7 @@ void DumpInterfaces(void)
        
        dp = open(IPSTACK_ROOT, OPENFLAG_READ);
        
-       while( readdir(dp, filename) )
+       while( SysReadDir(dp, filename) )
        {
                if(filename[0] == '.')  continue;
                DumpInterface(filename);

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