Date: Sun, 10 Mar 1996 14:27:57 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_file.c Message-ID: <199603102227.OAA24388@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/03/10 14:27:57 Modified: sys/i386/linux linux_file.c Log: 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.) Revision Changes Path 1.7 +11 -3 src/sys/i386/linux/linux_file.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603102227.OAA24388>
