summaryrefslogtreecommitdiff
path: root/www/fhttpd/files/patch-ai
blob: cac87081a86d5223ef4d807b0065780e9e1ddb0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- pseudopoll.c.orig	Wed Sep  4 19:45:04 2002
+++ pseudopoll.c	Wed Sep  4 19:45:19 2002
@@ -7,7 +7,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <limits.h>
-#include <values.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/poll.h>
@@ -15,6 +14,8 @@
 #ifdef NEED_SELECT_H
 #include <sys/select.h>
 #endif
+
+#define BITSPERBYTE 8
 
 static char *readfds_c=NULL;
 static char *writefds_c=NULL;