inetaddr_host_lim_ret() used to make use of const char** for some args, but that make it impossible ot use char** due to the way controls are made by gcc. So let's change that.