diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-15 15:44:36 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-15 15:44:36 +0000 |
commit | 7f1969a357048c33e6317de1ec1968d541651ccd (patch) | |
tree | dec575436d83f9479a0299d483050aa63637c60a /www/squid/files | |
parent | 9669e20176bf9d709676ec74b35b0436a28a227c (diff) |
Notes
Diffstat (limited to 'www/squid/files')
-rw-r--r-- | www/squid/files/icap-2.5-core.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/www/squid/files/icap-2.5-core.patch b/www/squid/files/icap-2.5-core.patch index 22d209c18fb4..4e50207f2029 100644 --- a/www/squid/files/icap-2.5-core.patch +++ b/www/squid/files/icap-2.5-core.patch @@ -1147,43 +1147,6 @@ diff -p -u -b -r1.10 -r1.10.30.2 +#endif + #endif /* SQUID_UTIL_H */ -Index: lib/Makefile.am -=================================================================== -RCS file: /cvsroot/squid/squid/lib/Makefile.am,v -retrieving revision 1.4 -retrieving revision 1.4.26.2 -diff -p -u -b -r1.4 -r1.4.26.2 ---- lib/Makefile.am 21 Nov 2001 23:48:57 -0000 1.4 -+++ lib/Makefile.am 6 Apr 2004 13:04:38 -0000 1.4.26.2 -@@ -8,6 +8,19 @@ SNPRINTFSOURCE=snprintf.c - else - SNPRINTFSOURCE= - endif -+ -+if NEED_OWN_STRNSTR -+STRNSTRSOURCE=strnstr.c -+else -+STRNSTRSOURCE= -+endif -+ -+if NEED_OWN_STRCASESTR -+STRCASESTRSOURCE=strcasestr.c -+else -+STRCASESTRSOURCE= -+endif -+ - if NEED_OWN_MD5 - MD5SOURCE=md5.c - else -@@ -43,6 +56,8 @@ libmiscutil_a_SOURCES = \ - $(SNPRINTFSOURCE) \ - splay.c \ - Stack.c \ -+ $(STRNSTRSOURCE) \ -+ $(STRCASESTRSOURCE) \ - stub_memaccount.c \ - util.c \ - uudecode.c Index: lib/strcasestr.c =================================================================== RCS file: lib/strcasestr.c |