]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: declanw <declanw@is.bbc.co.uk>
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Aug 2010 04:55:09 +0000 (16:55 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Aug 2010 04:55:09 +0000 (16:55 +1200)
Bug 3004: Solaris 9 SubStudio 12 build failure.

src/ip/Address.h

index d0f35fec0420ab7970d2118f7fbf1ad1baa65089..37c07179680941f87017f21553ade1f78e357669 100644 (file)
@@ -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.