From: Amos Jeffries Date: Sat, 7 Aug 2010 04:55:09 +0000 (+1200) Subject: Author: declanw X-Git-Tag: take1~416 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b62b752c1bba0923f758be54113e42fc7441d44f;p=thirdparty%2Fsquid.git Author: declanw Bug 3004: Solaris 9 SubStudio 12 build failure. --- diff --git a/src/ip/Address.h b/src/ip/Address.h index d0f35fec04..37c0717968 100644 --- a/src/ip/Address.h +++ b/src/ip/Address.h @@ -248,7 +248,7 @@ public: \param force (optional) require the IPA in a specific format. \return pointer to buffer received. */ - char* NtoA(char *buf, unsigned int len, int force = AF_UNSPEC) const; + char* NtoA(char *buf, const unsigned int blen, int force = AF_UNSPEC) const; /** Return the ASCII equivalent of the address:port combination * Provides a URL formatted version of the content.