[Panel-devel] [Bug 154711] soliddevice uses statfs(), should use statvfs() on some OS's

Mark Davies mark at mcs.vuw.ac.nz
Thu Dec 27 21:38:51 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=154711         




------- Additional Comments From mark mcs vuw ac nz  2007-12-27 21:38 -------
Created an attachment (id=22711)
 --> (http://bugs.kde.org/attachment.cgi?id=22711&action=view)
NetBSD patch for stat{v,}fs() issue in soliddevice

The ST_RDONLY in the patch is a define that happens to exist only on NetBSD's
that use statvfs() rather than statfs().  The correct way to do this would
actually be a CMake test for existence of statvfs() and ifdef based on that,
but I haven't done that yet.


More information about the Panel-devel mailing list