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/13/2004 20:09:44
Module Name:	src
Committed By:	jdolecek
Date:		Mon Sep 13 20:09:44 UTC 2004

Modified Files:
	src/sys/compat/linux/common: linux_misc.c

Log Message:
bsd_to_linux_statfs(): filesystem size is expressed in number of
fragments, not blocks; this fixes computed filesystem sizes for
Linux df(1) and other Linux binaries using statfs(2) for filesystems,
which use different value for frament and block, such as FFS


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 src/sys/compat/linux/common/linux_misc.c

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