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 2109
Collapse All | Expand All

(-)tdecore/tdeapplication.cpp.orig (+2 lines)
Lines 177-183 Link Here
177
177
178
#if defined Q_WS_X11
178
#if defined Q_WS_X11
179
#include <sys/ioctl.h>
179
#include <sys/ioctl.h>
180
#ifdef __linux__
180
#include <linux/vt.h>
181
#include <linux/vt.h>
182
#endif
181
extern "C" {
183
extern "C" {
182
extern int getfd(const char *fnam);
184
extern int getfd(const char *fnam);
183
}
185
}

Return to bug 2109