From 6be3f6fb40da62de57450eb57d161cf5d2853e8e Mon Sep 17 00:00:00 2001 From: Daniel Harris Date: Fri, 17 May 2002 19:37:56 +0000 Subject: Update to 1.5.0. PR: 38171 Submitted by: maintainer --- www/tinyproxy/files/patch-ab | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'www/tinyproxy/files/patch-ab') 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 --#ifdef HAVE_SYS_RESOURCE_H --# include --#endif - #ifdef HAVE_SYS_SELECT_H - # include - #endif -@@ -44,6 +41,9 @@ - # else - # include - # endif -+#endif -+#ifdef HAVE_SYS_RESOURCE_H -+# include - #endif - #include - #include +--- 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); -- cgit v1.2.3