Add an assortment of missing consts I've just noticed.
[u/mdw/putty] / unix / uxnet.c
index 5190ef8..d8460c1 100644 (file)
@@ -341,7 +341,7 @@ void sk_getaddr(SockAddr addr, char *buf, int buflen)
     }
 }
 
-int sk_hostname_is_local(char *name)
+int sk_hostname_is_local(const char *name)
 {
     return !strcmp(name, "localhost") ||
           !strcmp(name, "::1") ||