Searched hist:68347 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.cdiff 68347 Sun Nov 05 05:31:17 MST 2000 marcel Fix getdents syscall.

The offset field in struct dirent was set to the offset of
the next dirent in rev 1.36. The offset was calculated from
the current offset and the record length. This offset does
not necessarily match the real offset when we are using
cookies. Therefore, also use the cookies to set the offset
field in struct dirent if we're using cookies to iterate
through the dirents.

Completed in 107 milliseconds