Add a missing #ifdef YP/#endif pair so that this module will

compile without -DYP.

Pointed out by: Wolfram Schneider
This commit is contained in:
Bill Paul 1996-12-21 18:36:44 +00:00
parent 66041afd67
commit 73418074a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20756

View File

@ -290,9 +290,11 @@ grscan(search, gid, name)
break;
#endif
if (!(cp = strsep(&bp, ":\n")))
#ifdef YP
if (_ypfound)
return(1);
else
#endif
continue;
#ifdef YP
/*