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

(-)tdeio/tdeio/connection.cpp.orig (+4 lines)
Lines 43-49 Link Here
43
#include <kdebug.h>
43
#include <kdebug.h>
44
#include <tqsocketnotifier.h>
44
#include <tqsocketnotifier.h>
45
45
46
#if defined(__OpenBSD__)
47
#define __progname getprogname()
48
#else
46
extern char *__progname;
49
extern char *__progname;
50
#endif
47
51
48
using namespace TDEIO;
52
using namespace TDEIO;
49
53

Return to bug 2109