K 10 svn:author V 6 newton K 8 svn:date V 27 1999-12-12T11:25:33.000000Z K 7 svn:log V 468 Replace the svr4_sys_getdents64() routine with a port of linux_getdents() -- differences between the VFS interface between FreeBSD and NetBSD make it easier to pick up the Linux one than to continue development with the NetBSD port. This patch fixes a bug which caused duplicate filenames to be seen by callers to svr4_sys_getdents64(), leading to malformed directory listings from Solaris client programs. Obtained from: The Linuxulator, with a pointer from marcel END