NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/43695 CVS commit: src/sys/compat
The following reply was made to PR kern/43695; it has been noted by GNATS.
From: Chuck Silvers <chs%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/43695 CVS commit: src/sys/compat
Date: Sat, 11 Sep 2010 20:53:05 +0000
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