svn commit: r325208 - head/lib/libcasper/services/cap_grp
Mariusz Zaborski
oshogbo at freebsd.org
Tue Oct 31 09:15:15 UTC 2017
Thanks for fixing that!
On 31 October 2017 at 05:02, Ngie Cooper <ngie at freebsd.org> wrote:
> Author: ngie
> Date: Tue Oct 31 04:02:50 2017
> New Revision: 325208
> URL: https://svnweb.freebsd.org/changeset/base/325208
>
> Log:
> Add `static` to `cap_setgrent` prototype in !WITH_CASPER case
>
> This unbreaks the default powerpc/sparc64 build configuration after r325062.
>
> Modified:
> head/lib/libcasper/services/cap_grp/cap_grp.h
>
> Modified: head/lib/libcasper/services/cap_grp/cap_grp.h
> ==============================================================================
> --- head/lib/libcasper/services/cap_grp/cap_grp.h Tue Oct 31 03:47:22 2017 (r325207)
> +++ head/lib/libcasper/services/cap_grp/cap_grp.h Tue Oct 31 04:02:50 2017 (r325208)
> @@ -65,7 +65,7 @@ int cap_grp_limit_groups(cap_channel_t *chan, const ch
>
> #define cap_setgroupent(chan, stayopen) etgroupent(stayopen)
> #define endgrent(chan) endgrent()
> -inline int
> +static inline int
> cap_setgrent(cap_channel_t *chan __unused)
> {
>
> _______________________________________________
> svn-src-head at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org"
More information about the svn-src-all
mailing list