Index: head/www/squidpurge/files/patch-copyout.cc =================================================================== --- head/www/squidpurge/files/patch-copyout.cc (nonexistent) +++ head/www/squidpurge/files/patch-copyout.cc (revision 433096) @@ -0,0 +1,11 @@ +--- copyout.cc.orig 2000-09-21 13:05:31 UTC ++++ copyout.cc +@@ -132,7 +132,7 @@ copy_out( size_t filesize, size_t metasi + static const char* index = "index.html"; + + // find hostname part after the scheme (okok, not counting port, etc.) +- char* ptr = strstr( url, "://" ); ++ const char* ptr = strstr( url, "://" ); + if ( ptr == 0 || strlen(ptr) < 4 ) return false; + + // create filename to store contents into Property changes on: head/www/squidpurge/files/patch-copyout.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property