mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
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:
parent
66041afd67
commit
73418074a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20756
@ -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
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user