summaryrefslogtreecommitdiff
path: root/misc/bidwatcher/patches
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bidwatcher/patches')
-rw-r--r--misc/bidwatcher/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/misc/bidwatcher/patches/patch-aa b/misc/bidwatcher/patches/patch-aa
deleted file mode 100644
index 078a70592ba..00000000000
--- a/misc/bidwatcher/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2002/06/12 21:51:28 tron Exp $
-
---- netstuff.cpp.orig Thu Jun 6 03:52:08 2002
-+++ netstuff.cpp Wed Jun 12 23:46:36 2002
-@@ -247,6 +247,8 @@
- fd_set fds;
- struct timeval tm;
-
-+ *Buff = NULL;
-+
- GTimer * time_since_start=g_timer_new();
- g_timer_start(time_since_start);
-
-@@ -330,7 +332,7 @@
- }
-
- // send our request for the web page.
-- sprintf(lineBuff, "GET %s HTTP/1.1\r\nHost: %s\r\nUser-Agent: bidwatcher\r\n%s\r\n", url->url, url->hostinfo->h_name, cookie);
-+ sprintf(lineBuff, "GET %s HTTP/1.1\r\nConnection: close\r\nHost: %s\r\nUser-Agent: bidwatcher\r\n%s\r\n", url->url, url->hostinfo->h_name, cookie);
-
- if (send(socketID, lineBuff, strlen(lineBuff), 0) < 0) {
- #ifdef DEBUG_NETWORK