]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r241141, r241165, r241165, r241181;
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 Oct 2012 05:11:29 +0000 (05:11 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 7 Oct 2012 05:11:29 +0000 (05:11 +0000)
commit2a08ff27a69cc34ce710d532b79b53a43e6b7d6f
treea459750c6090abb5a7e6dfb64c8f1cde902ad727
parent0897c013cc2fc5b58ff6b1c7a5e1ac3f845b8a43
MFC  r241141, r241165, r241165,  r241181;

rpc: convert all uid and gid variables to u_int.

Follow a similar change in Solaris and linux where the uid and
gid variables were made more similar to what the system expects.
In our case we use u_int which is what XDR can manage,

Reviewed by: bde

git-svn-id: svn://svn.freebsd.org/base/stable/9@241309 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/rpc/auth.h
include/rpc/auth_unix.h
lib/libc/rpc/auth_unix.c
lib/libc/rpc/authunix_prot.c
lib/libc/rpc/rpc_soc.3
lib/libc/rpc/svc_auth_unix.c
sys/rpc/auth.h