mirror of git://sourceware.org/git/glibc.git
(gethostbyaddr): Shut up the compiler.
This commit is contained in:
parent
656f8223ec
commit
3db04c6ff7
|
|
@ -636,7 +636,7 @@ gethostbyaddr(addr, len, af)
|
||||||
int n, size;
|
int n, size;
|
||||||
querybuf buf;
|
querybuf buf;
|
||||||
register struct hostent *hp;
|
register struct hostent *hp;
|
||||||
char qbuf[MAXDNAME+1], *qp;
|
char qbuf[MAXDNAME+1], *qp = NULL;
|
||||||
#ifdef SUNSECURITY
|
#ifdef SUNSECURITY
|
||||||
register struct hostent *rhp;
|
register struct hostent *rhp;
|
||||||
char **haddr;
|
char **haddr;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue