GNOME Bugzilla – Bug 128141
Using statfs() on Solaris9 x86
Last modified: 2004-12-22 21:47:04 UTC
Version of gnome-vfs: 2.5.2 (not possible to chose when reporting) file: libgnomevfs/gnome-vfs-utils.c On line 813, struct statfs is used, without a check. On a Solaris9 machine, <sys/statfs.h> must be included, and then, statfs_buffer2.f_type (line 822) should probably be statfs_buffer2.f_fstyp .. Finally, usage of statfs isn't encouraged, statvfs should be used .....
Hmm, statfs() on Solaris use four arguments, don't know the two last ones .....
Thanks for the bug report, the Sun guys already reported it, and a fix is in CVS :) Please reopen if you are still having issues with CVS head or the next release *** This bug has been marked as a duplicate of 127193 ***