Subject: CVS commit: src/sys/compat/linux/common
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/19/2004 16:50:11
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.