]> git.pld-linux.org Git - packages/bind.git/blob - bind-pselect.patch
- ahh, what the hell: openssl 0.9.7c
[packages/bind.git] / bind-pselect.patch
1 --- src/lib/isc/eventlib.c      Sat Mar 21 00:26:24 1998
2 +++ src.orig/lib/isc/eventlib.c Sat Dec  5 17:43:14 1998
3 @@ -42,7 +42,11 @@
4  #include "port_after.h"
5  
6  /* Forward. */
7 -
8 +#if ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1))
9 +#include <sys/select.h> /* Another piece of shit from glibc guys ...;(( */
10 +#undef NEED_PSELECT 
11 +#endif /* glibc-2.1 */
12
13  #ifdef NEED_PSELECT
14  static int             pselect(int, void *, void *, void *, struct timespec*);
15  #endif
This page took 0.024364 seconds and 3 git commands to generate.