K 10 svn:author V 5 peter K 8 svn:date V 27 1996-03-10T22:27:51.000000Z K 7 svn:log V 332 Fix the getdents() emulation, the Linux ELF libraries use this, and this code was not quite right (linux has a readdir and getdents syscall, with the same args. readdir only returns one entry and uses a mutant dirent structure. This code was also returning the mutant form for getdents as well. My fault for missing this before.) END