Pedro F. Giffuni e9f7ad1fa4 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 also breaks
assumptions in the size of the provided types.

To work around those issues we revert back to the use of xdr_int()
but provide proper casting so the behaviour doesn't change.

While here fix a style issue in the affected lines.

Reported by:	bde
2012-10-03 03:44:23 +00:00
..
2012-09-06 20:59:49 +00:00
2012-08-15 03:09:00 +00:00
2012-05-08 18:56:21 +00:00
2012-05-12 07:52:45 +00:00
2012-09-05 21:41:05 +00:00
2012-03-28 19:20:28 +00:00
2012-03-06 03:30:09 +00:00
2012-05-13 14:16:04 +00:00
2012-09-14 21:28:56 +00:00
2011-07-10 06:57:00 +00:00