8160997: Solaris: deprecated <pwd.h> and <gid.h> interfaces should be replaced

Use final POSIX 1003.1c versions of getgrgid_r(), getgrnam_r(), getpwnam_r(), and getpwuid_r().

Reviewed-by: alanb, dcubed, simonis, dholmes
This commit is contained in:
Alan Burlison 2016-07-15 09:36:28 -07:00 committed by Daniel D. Daugherty
parent 56ea8e7efa
commit 1075d11550
4 changed files with 11 additions and 16 deletions

View file

@ -79,7 +79,6 @@
# include <link.h>
# include <poll.h>
# include <pthread.h>
# include <pwd.h>
# include <schedctl.h>
# include <setjmp.h>
# include <signal.h>