diff options
author | pfg <pfg@FreeBSD.org> | 2012-10-03 03:44:23 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2012-10-03 03:44:23 +0000 |
commit | d142b7417c2aa871313728dddcbf50ce59f963b0 (patch) | |
tree | 5f5975b73f8cd814f6fa302acfb34a0371cc2c6f /contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp | |
parent | ae42961686c0ffdabdf4432badf90120b39c253c (diff) | |
download | FreeBSD-src-d142b7417c2aa871313728dddcbf50ce59f963b0.zip FreeBSD-src-d142b7417c2aa871313728dddcbf50ce59f963b0.tar.gz |
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
Diffstat (limited to 'contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp')
0 files changed, 0 insertions, 0 deletions