Re: svn commit: r241152 - head/lib/libc/rpc

2012-10-03 Thread Rick Macklem
Bruce Evans wrote: > On Wed, 3 Oct 2012, Pedro F. Giffuni wrote: > > > Log: > > rpc: convert all uid and gid variables of the type uid_t and gid_t. > > > > As part of the previous commit, uses of xdr_int() were replaced > > with xdr_u_int(). This has undesired effects as the second > > argumen

Re: svn commit: r241152 - head/lib/libc/rpc

2012-10-03 Thread Bruce Evans
On Wed, 3 Oct 2012, Pedro F. Giffuni wrote: Log: rpc: convert all uid and gid variables of the type uid_t and gid_t. As part of the previous commit, uses of xdr_int() were replaced with xdr_u_int(). This has undesired effects as the second argument doesn't match exactly uid_t or gid_t. It a

svn commit: r241152 - head/lib/libc/rpc

2012-10-02 Thread Pedro F. Giffuni
Author: pfg Date: Wed Oct 3 03:44:23 2012 New Revision: 241152 URL: http://svn.freebsd.org/changeset/base/241152 Log: rpc: convert all uid and gid variables of the type uid_t and gid_t. As part of the previous commit, uses of xdr_int() were replaced with xdr_u_int(). This has undesired e