diff options
Diffstat (limited to 'www/fhttpd/files/patch-fhttpd.h')
-rw-r--r-- | www/fhttpd/files/patch-fhttpd.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/fhttpd/files/patch-fhttpd.h b/www/fhttpd/files/patch-fhttpd.h deleted file mode 100644 index b36c63d04936..000000000000 --- a/www/fhttpd/files/patch-fhttpd.h +++ /dev/null @@ -1,13 +0,0 @@ ---- 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, |