Skip to content

Commit

Permalink
(gethostbyaddr): Shut up the compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 3, 2002
1 parent 656f822 commit 3db04c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolv/gethnamaddr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3db04c6

Please sign in to comment.