Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat



Module Name:    src
Committed By:   chs
Date:           Sat Sep 11 20:53:04 UTC 2010

Modified Files:
        src/sys/compat/linux/common: linux_dirent.h linux_misc.c
        src/sys/compat/linux32/common: linux32_dirent.c linux32_types.h

Log Message:
recent versions of linux (which we now claim to be) supply a BSD-style
d_type value in getdents() results, after the d_name field.
make our emulation do the same.  fixes part of PR 43695.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/compat/linux/common/linux_dirent.h
cvs rdiff -u -r1.216 -r1.217 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -u -r1.11 -r1.12 src/sys/compat/linux32/common/linux32_dirent.c
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/linux32/common/linux32_types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index