Loading
dbus: fix vendored `getgrouplist` conditional
Without this patch, the vendored implementation of `getgrouplist` is always used regardless of what is detected and set in `config.h`. The function signature provided conflicts with the one in the SDK on Darwin. Moving the condition to make it actually conditional fixes Darwin.