K 10 svn:author V 3 pfg K 8 svn:date V 27 2012-10-04T04:15:18.770190Z K 7 svn:log V 327 rpc: convert all uid and gid variables to u_int. After further discussion, instead of pretending to use uid_t and gid_t as upstream Solaris and linux try to, we are better using u_int, which is in fact what the code can handle and best approaches the range of values used by uid and gid. Discussed with: bde Reviewed by: bde END