Fix to compile with YP.

This commit is contained in:
brezak 1993-06-11 16:58:19 +00:00
parent c003b4a089
commit 891aec9712

View File

@ -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);