Const fix.

This commit is contained in:
Alfred Perlstein 2002-03-22 20:00:10 +00:00
parent 29dc1288b0
commit 7bb4bf8526

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];