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

(-)tdm/backend/ctrl.c.orig (+2 lines)
Lines 42-48 Link Here
42
#include <signal.h>
42
#include <signal.h>
43
#include <pwd.h>
43
#include <pwd.h>
44
44
45
#ifdef __Linux__
45
#include <linux/vt.h>
46
#include <linux/vt.h>
47
#endif
46
#include "getfd.h"
48
#include "getfd.h"
47
49
48
static void
50
static void

Return to bug 2110