CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/11/05 03:35:24
Modified files:
sysutils/accountsservice: Makefile
sysutils/accountsservice/patches: patch-src_user_c
patch-src_util_c
Log message:
Simplify getgrouplist(3) patch
Now that our implementation can be used to query the total number of
groups, stop avoiding the original code in get_user_groups(). Sadly
there's still an issue with the Linux implementation being incompatible
(there the function returns the number of groups found, not 0 on success).
Pointed out by ajacoutot@