aboutsummaryrefslogtreecommitdiff
path: root/www/fhttpd/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/fhttpd/files/patch-aa')
-rw-r--r--www/fhttpd/files/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/fhttpd/files/patch-aa b/www/fhttpd/files/patch-aa
new file mode 100644
index 000000000000..e77d46f8f9d3
--- /dev/null
+++ b/www/fhttpd/files/patch-aa
@@ -0,0 +1,18 @@
+--- pseudopoll.c Mon Feb 9 10:48:42 1998
++++ pseudopoll.c.new Fri Dec 24 00:12:58 1999
+@@ -3,7 +3,6 @@
+ */
+
+ #ifdef PSEUDOPOLL
+-#include "pseudopoll.h"
+ #include <unistd.h>
+ #include <stdlib.h>
+ #include <string.h>
+@@ -11,6 +10,7 @@
+ #include <values.h>
+ #include <sys/types.h>
+ #include <sys/time.h>
++#include <sys/poll.h>
+
+ #ifdef NEED_SELECT_H
+ #include <sys/select.h>