From: Serge Hallyn Date: Sat, 20 Jun 2020 03:09:20 +0000 (-0500) Subject: libsubid: fix a prototype in api.h X-Git-Tag: v4.9~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=607f1dd549cf9abc87af1cf29275f0d2d11eea29;p=thirdparty%2Fshadow.git libsubid: fix a prototype in api.h Signed-off-by: Serge Hallyn --- diff --git a/libsubid/api.h b/libsubid/api.h index f65e3ec95..fbdf0f9e8 100644 --- a/libsubid/api.h +++ b/libsubid/api.h @@ -6,7 +6,7 @@ struct subordinate_range **get_subgid_ranges(const char *owner); void subid_free_ranges(struct subordinate_range **ranges); int get_subuid_owners(uid_t uid, uid_t **owner); -int get_subgid_owners(uid_t uid, uid_t **owner); +int get_subgid_owners(gid_t gid, uid_t **owner); /* range should be pre-allocated with owner and count filled in, start is * ignored, can be 0 */