Add static to cap_setgrent prototype in !WITH_CASPER case

This unbreaks the default powerpc/sparc64 build configuration after r325062.
This commit is contained in:
Enji Cooper 2017-10-31 04:02:50 +00:00
parent 25fd081525
commit ca28b8ee5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325208

View file

@ -65,7 +65,7 @@ int cap_grp_limit_groups(cap_channel_t *chan, const char * const *names,
#define cap_setgroupent(chan, stayopen) etgroupent(stayopen)
#define endgrent(chan) endgrent()
inline int
static inline int
cap_setgrent(cap_channel_t *chan __unused)
{