mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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
25fd081525
commit
ca28b8ee5b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325208
@ -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…
Reference in New Issue
Block a user