diff options
Diffstat (limited to 'www/httptunnel/files/patch-ab')
-rw-r--r-- | www/httptunnel/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/httptunnel/files/patch-ab b/www/httptunnel/files/patch-ab deleted file mode 100644 index 1dc1360287ff..000000000000 --- a/www/httptunnel/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- common.h.orig Thu Mar 16 00:41:09 2000 -+++ common.h Thu Mar 16 00:42:56 2000 -@@ -58,7 +58,7 @@ - static inline void log_annoying () {} - #endif - --extern int server_socket (int port, int backlog); -+extern int server_socket (struct in_addr addr, int port, int backlog); - extern int set_address (struct sockaddr_in *address, - const char *host, int port); - extern int open_device (char *device); |