summaryrefslogtreecommitdiff
path: root/www/httptunnel/files/patch-ab
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-08-08 00:12:18 +0000
committerBrian Somers <brian@FreeBSD.org>2000-08-08 00:12:18 +0000
commit2e53a3e88906a9ee8e7317a4e8df01492dc04d74 (patch)
tree01f4902b8b86c13f378a00563b3ecf0f97eebcf3 /www/httptunnel/files/patch-ab
parentRemove MASTER_SITES, no longer there. Remove myself as maintainer. (diff)
3.0.1 -> 3.1:
Defeat stupid proxies that don't recognise no-cache Update configure.in (again) Fix some typos and other cosmetic stuff Integrate all port patches back into the main source archive
Notes
Notes: svn path=/head/; revision=31389
Diffstat (limited to 'www/httptunnel/files/patch-ab')
-rw-r--r--www/httptunnel/files/patch-ab11
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);