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/kfrontend/kgreeter.cpp.orig (+2 lines)
Lines 71-77 Link Here
71
#include <fcntl.h>
71
#include <fcntl.h>
72
#include <sys/types.h>
72
#include <sys/types.h>
73
#include <utmp.h>
73
#include <utmp.h>
74
#ifdef HAVE_UTMPX
74
#include <utmpx.h>
75
#include <utmpx.h>
76
#endif
75
77
76
#include <stdio.h>
78
#include <stdio.h>
77
#include <string.h>
79
#include <string.h>

Return to bug 2110