Usermode - Renamed readdir() to SysReadDir()
[tpg/acess2.git] / Usermode / Applications / ls_src / main.c
index 4be8f0a..2394af6 100644 (file)
@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
        }
 
        // Traverse Directory
-       while( (tmp = readdir(fd, buf)) > 0 )
+       while( (tmp = SysReadDir(fd, buf)) > 0 )
        {
                // Error check
                if(tmp < 0) {

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