mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
(gethostbyaddr): Shut up the compiler.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user