Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux/common
Module Name: src
Committed By: jdolecek
Date: Sun Sep 19 16:50:11 UTC 2004
Modified Files:
src/sys/compat/linux/common: linux_misc.c linux_types.h
Log Message:
Adjust struct statfs content to flag that the newer Linux kernel do
provide f_frsize. It cannot be actually used to GNU C statvfs() bug
in f_frsize != f_bsize case, so just keep pretending we don't support it.
Update comments and explain the situation in detail there.
To generate a diff of this commit:
cvs rdiff -r1.130 -r1.131 src/sys/compat/linux/common/linux_misc.c
cvs rdiff -r1.16 -r1.17 src/sys/compat/linux/common/linux_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