diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 07:15:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 07:15:20 +0000 |
commit | 02cbdaa95ac8f02febc99f5d7dcab79361adeabb (patch) | |
tree | 2bf2b598acd0a71e33ed3a047cbce1cd9368b2fe /www/fhttpd/files/patch-aa | |
parent | Handle an invalid result code of 0 in Start-Control-Connection-Reply (diff) |
Adding fhttpd version 0.4.2.
A C++-based FTP/HTTP server that supports modules.
PR: 15804
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to '')
-rw-r--r-- | www/fhttpd/files/patch-aa | 18 |
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> |