getpwuid_r on Solaris takes one less argument than on linux: struct passwd *getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, int buflen); http://www.cs.duke.edu/cgi-bin/man2.cgi?getpwnam+3C is the Solaris 10 manpage for it, it seems all that's different is a pointer to the struct passwd *pwd is not returned.
This bug report is for the old version of PolicyKit. Closing as all of the code has been rewritten. Please reopen if the bug report applies to the latest version of PolicyKit. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.