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:
ngie 2017-10-31 04:02:50 +00:00
parent 8f3502414e
commit 7d024b28a1

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)
{