Fix to compile with YP.
This commit is contained in:
parent
c003b4a089
commit
891aec9712
@ -90,6 +90,10 @@ getrpcbynumber(number)
|
||||
{
|
||||
register struct rpcdata *d = _rpcdata();
|
||||
register struct rpcent *p;
|
||||
#ifdef YP
|
||||
int reason;
|
||||
char adrstr[16];
|
||||
#endif
|
||||
|
||||
if (d == 0)
|
||||
return (0);
|
||||
|
Loading…
Reference in New Issue
Block a user