By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2110
Collapse All | Expand All

(-)tdeioslave/media/tdefile-plugin/tdefilemediaplugin.cpp.orig (+3 lines)
Lines 33-38 Link Here
33
#ifdef HAVE_STATVFS
33
#ifdef HAVE_STATVFS
34
# include <sys/statvfs.h>
34
# include <sys/statvfs.h>
35
#else
35
#else
36
# ifdef __OpenBSD__
37
#  include <sys/param.h>
38
# endif
36
# include <sys/mount.h>
39
# include <sys/mount.h>
37
# define statvfs statfs
40
# define statvfs statfs
38
# define f_frsize f_bsize
41
# define f_frsize f_bsize

Return to bug 2110