]> git.ipfire.org Git - thirdparty/krb5.git/commit
Cleanup some warnings due to getsockname's third argument is sometimes
authorEzra Peisach <epeisach@mit.edu>
Fri, 6 Feb 2009 02:45:21 +0000 (02:45 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 6 Feb 2009 02:45:21 +0000 (02:45 +0000)
commit2538562271915fb954e8242a32443fc673ca13f4
tree42f1997bda742ca37af7d21b00dc4c0c5e0188c9
parent80e2ebd2db159af751166664bb06192c4f32a69b
Cleanup some warnings due to getsockname's third argument is sometimes
unsigned. Use GETSOCKNAME_ARG3_TYPE and fallback to int if not defined.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21904 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/clnt_tcp.c
src/lib/rpc/clnt_udp.c
src/lib/rpc/pmap_rmt.c