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/medianotifier/medianotifier.cpp.orig (+6 lines)
Lines 19-25 Link Here
19
19
20
#include "medianotifier.h"
20
#include "medianotifier.h"
21
21
22
#ifdef __OpenBSD__
23
#include <sys/statvfs.h>
24
#include <sys/param.h>
25
#include <sys/mount.h>
26
#else
22
#include <sys/vfs.h>
27
#include <sys/vfs.h>
28
#endif
23
29
24
#include <tqfile.h>
30
#include <tqfile.h>
25
#include <tqfileinfo.h>
31
#include <tqfileinfo.h>

Return to bug 2110