summaryrefslogtreecommitdiff
path: root/www/tinyproxy/files/patch-ab
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2002-05-17 19:37:56 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2002-05-17 19:37:56 +0000
commit6be3f6fb40da62de57450eb57d161cf5d2853e8e (patch)
treec8f0d1d09dd9628fc57c69ffee4eaa3be9c18db2 /www/tinyproxy/files/patch-ab
parent- switch to more stable version. (diff)
Update to 1.5.0.
PR: 38171 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59347
Diffstat (limited to 'www/tinyproxy/files/patch-ab')
-rw-r--r--www/tinyproxy/files/patch-ab33
1 files changed, 11 insertions, 22 deletions
diff --git a/www/tinyproxy/files/patch-ab b/www/tinyproxy/files/patch-ab
index 98be5cf05ee4..cec1a7178e78 100644
--- a/www/tinyproxy/files/patch-ab
+++ b/www/tinyproxy/files/patch-ab
@@ -1,22 +1,11 @@
---- src/tinyproxy.h.dist Fri Oct 26 02:27:17 2001
-+++ src/tinyproxy.h Thu Feb 7 18:34:32 2002
-@@ -27,9 +27,6 @@
- * Include standard headers which are used through-out tinyproxy
- */
- #include <sys/types.h>
--#ifdef HAVE_SYS_RESOURCE_H
--# include <sys/resource.h>
--#endif
- #ifdef HAVE_SYS_SELECT_H
- # include <sys/select.h>
- #endif
-@@ -44,6 +41,9 @@
- # else
- # include <time.h>
- # endif
-+#endif
-+#ifdef HAVE_SYS_RESOURCE_H
-+# include <sys/resource.h>
- #endif
- #include <sys/uio.h>
- #include <netinet/in.h>
+--- src/reqs.c.dist Fri May 17 15:37:16 2002
++++ src/reqs.c Fri May 17 15:38:04 2002
+@@ -783,7 +783,7 @@
+ &data,
+ (void**)&header);
+
+- if (!is_anonymous_enabled() || anonymous_search(data) <= 0) {
++ if (!is_anonymous_enabled() || anonymous_search(data) > 0) {
+ ret = write_message(connptr->server_fd,
+ "%s: %s\r\n",
+ data, header);