aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-10-31 04:12:48 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-10-31 04:12:48 +0000
commit0821ef1af85cec171bcf0e10b487e1d37aa1cc67 (patch)
treef283970e9d18116c203d64b7c3ab2f8086bf7160 /lib
parentfc13dfd2b7fcca0a1040b849919527e46f547058 (diff)
parentca28b8ee5b6371e3fe8626ab26af37fe10d5a986 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libcasper/services/cap_grp/cap_grp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcasper/services/cap_grp/cap_grp.h b/lib/libcasper/services/cap_grp/cap_grp.h
index 84b9c7bab034..7c109bcc199c 100644
--- a/lib/libcasper/services/cap_grp/cap_grp.h
+++ b/lib/libcasper/services/cap_grp/cap_grp.h
@@ -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)
{