summaryrefslogtreecommitdiff
path: root/www/fhttpd/files/patch-fhttpd.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-15 08:38:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-15 08:38:17 +0000
commit1f9fc6e88c28ef3ee3bd57991b0281480a717aeb (patch)
treee5bc432c9717ab10ad40e2ea3743f95249d0b492 /www/fhttpd/files/patch-fhttpd.h
parent- Update to 0.16 (diff)
- Fix gcc 4.X build
PR: ports/106737 Submitted by: trasz
Diffstat (limited to 'www/fhttpd/files/patch-fhttpd.h')
-rw-r--r--www/fhttpd/files/patch-fhttpd.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/fhttpd/files/patch-fhttpd.h b/www/fhttpd/files/patch-fhttpd.h
new file mode 100644
index 000000000000..b36c63d04936
--- /dev/null
+++ b/www/fhttpd/files/patch-fhttpd.h
@@ -0,0 +1,13 @@
+--- fhttpd.h.orig Fri Dec 15 00:34:52 2006
++++ fhttpd.h Fri Dec 15 00:35:10 2006
+@@ -249,8 +249,8 @@
+ void response(ServerConnection *client,char *fmt,...);
+ void hugeresponse(ServerConnection *client,char *buffer,unsigned long size);
+ void setexitafterresponse(ServerConnection *client,int closeonexit);
+-int ControlFTPServer::getexitafterresponse(ServerConnection *client);
+-void ControlFTPServer::emptyresponse(ServerConnection *client);
++int getexitafterresponse(ServerConnection *client);
++void emptyresponse(ServerConnection *client);
+ void suspendpollforresponse(ServerConnection *client,int startpollonexit);
+
+ void answer_to_list(char *buffer,int i,int *syncexpected,