(gethostbyaddr): Shut up the compiler.

This commit is contained in:
Ulrich Drepper 2002-08-03 03:40:54 +00:00
parent 656f8223ec
commit 3db04c6ff7
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ gethostbyaddr(addr, len, af)
int n, size;
querybuf buf;
register struct hostent *hp;
char qbuf[MAXDNAME+1], *qp;
char qbuf[MAXDNAME+1], *qp = NULL;
#ifdef SUNSECURITY
register struct hostent *rhp;
char **haddr;