diff options
Diffstat (limited to 'www/httptunnel/files/patch-ab')
| -rw-r--r-- | www/httptunnel/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/httptunnel/files/patch-ab b/www/httptunnel/files/patch-ab new file mode 100644 index 000000000000..1dc1360287ff --- /dev/null +++ b/www/httptunnel/files/patch-ab @@ -0,0 +1,11 @@ +--- 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); |
