freebsd-ports/www/fhttpd/files/patch-aa
Steve Price 02cbdaa95a Adding fhttpd version 0.4.2.
A C++-based FTP/HTTP server that supports modules.

PR:		15804
Submitted by:	Will Andrews <andrews@technologist.com>
2000-01-29 07:15:20 +00:00

18 lines
375 B
Text

--- 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>