diff -ru -X /home/jjm/cvs/no.freeciv FreecivCVS/client/clinet.c freeciv/client/clinet.c --- FreecivCVS/client/clinet.c Sat Jul 29 14:38:19 2000 +++ freeciv/client/clinet.c Sun Aug 6 14:18:53 2000 @@ -129,7 +129,7 @@ hostname="localhost"; if(isdigit((size_t)*hostname)) { - if((address = inet_addr(hostname)) == -1) { + if((address = inet_addr(hostname)) == (unsigned long)-1) { mystrlcpy(errbuf, _("Invalid hostname"), n_errbuf); return -1; } diff -ru -X /home/jjm/cvs/no.freeciv FreecivCVS/client/options.c freeciv/client/options.c --- FreecivCVS/client/options.c Sat Jul 29 14:38:19 2000 +++ freeciv/client/options.c Sun Aug 6 14:00:15 2000 @@ -269,7 +269,7 @@ for (i=0; iname, *(v->p_value)); } for (i=0; ih_addr, hp->h_length); }