idpriv-droptemp: Handle large user and group ids. * lib/idpriv-droptemp.c (saved_uid): Use uid_t instead of int. (saved_gid): Use gid_t instead of int. (idpriv_temp_drop): Use uid_t and gid_t instead of int. (idpriv_temp_restore): Likewise.