Subject: CVS commit: othersrc/zoularis/bsd/lib/libbsdcompat
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 07/09/2002 20:17:27
Module Name:	othersrc
Committed By:	atatat
Date:		Tue Jul  9 17:17:27 UTC 2002

Modified Files:
	othersrc/zoularis/bsd/lib/libbsdcompat: statfs.c

Log Message:
Use Stoned Elipot's patch to resolve PR14073.  Some quick testing of a
few NetBSD filesystems and a few Solaris file systems indicates that:

  * netbsd's f_bsize is equivalent to the fragment size of the
    underlying filesystem
  * netbsd's f_iosize is equivalent to the block size of the
    underlying filesystem
  * solaris's f_bsize is equivalent to the block size of the
    underlying filesystem
  * solaris's f_frsize is equivalent to the fragment size of the
    underlying filesystem

A large comment has been added to the code explaining these
conclusions.  PR14073 resolved.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 othersrc/zoularis/bsd/lib/libbsdcompat/statfs.c

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