aboutsummaryrefslogtreecommitdiffstats
path: root/www/httptunnel/files/patch-ab
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-03-21 01:18:06 +0000
committerBrian Somers <brian@FreeBSD.org>2000-03-21 01:18:06 +0000
commit71ab0b0f58ecae26f7e013bea35692ebfdcaa852 (patch)
treeb52235910cb54d7c08fef1e8ec01071f9061e80c /www/httptunnel/files/patch-ab
parent2529568003d897722d74f162fbc4d8db3bdf8bd8 (diff)
An implementation of TCP/IP over HTTP with local modifications to allow
binding the server to a single IP number.
Diffstat (limited to 'www/httptunnel/files/patch-ab')
-rw-r--r--www/httptunnel/files/patch-ab11
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);