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/network/kresolver_p.h.orig (+2 lines)
Lines 48-53 Link Here
48
#endif
48
#endif
49
49
50
/* some systems have the functions, but don't declare them */
50
/* some systems have the functions, but don't declare them */
51
#ifndef __OpenBSD__
51
#if defined(HAVE_GETSERVBYNAME_R) && !HAVE_DECL_GETSERVBYNAME_R
52
#if defined(HAVE_GETSERVBYNAME_R) && !HAVE_DECL_GETSERVBYNAME_R
52
extern "C" {
53
extern "C" {
53
  struct servent;
54
  struct servent;
Lines 68-73 Link Here
68
				char *buf, size_t buflen,
69
				char *buf, size_t buflen,
69
				struct protoent** result);
70
				struct protoent** result);
70
}
71
}
72
#endif
71
#endif
73
#endif
72
74
73
/* decide whether res_init is thread-safe or not */
75
/* decide whether res_init is thread-safe or not */

Return to bug 2109