mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +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;
|
break;
|
||||||
#endif
|
#endif
|
||||||
if (!(cp = strsep(&bp, ":\n")))
|
if (!(cp = strsep(&bp, ":\n")))
|
||||||
|
#ifdef YP
|
||||||
if (_ypfound)
|
if (_ypfound)
|
||||||
return(1);
|
return(1);
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
continue;
|
continue;
|
||||||
#ifdef YP
|
#ifdef YP
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user