Date: Tue, 10 Oct 1995 16:13:29 -0700 From: Steven Wallace <swallace> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_file.c Message-ID: <199510102313.QAA09008@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
swallace 95/10/10 16:13:28 Modified: sys/i386/ibcs2 ibcs2_misc.c Log: Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets. Same bug as was in linux. Also, fix problem where an entry would be skipped next call if not enough room in buffer current call. Modified: sys/i386/linux linux_file.c Log: Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets. Slight modification from previous fix. Also, fix problem where an entry would be skipped next call if not enough room in buffer current call.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510102313.QAA09008>