Const fix.

This commit is contained in:
alfred 2002-03-22 20:00:10 +00:00
parent a4236a0630
commit 3bb6263065

View File

@ -194,7 +194,7 @@ get_client(host_addr, vers)
CLIENT *client;
struct timeval retry_time, time_now;
int i;
char *netid;
const char *netid;
struct netconfig *nconf;
char host[NI_MAXHOST];