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:
parent
8f3502414e
commit
7d024b28a1
@ -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)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user