In the gss rpc package, replace the type used for a
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 23 Jul 2008 20:55:56 +0000 (20:55 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 23 Jul 2008 20:55:56 +0000 (20:55 +0000)
commit4b6f2fd2ea29a84fec63b328846bfb31bb85268e
tree4bbaf4d65bd8675864cf9fc63b1d8d178108a84f
parent98c76f65487d15d730ff184ef949519ff04e0554
In the gss rpc package, replace the type used for a
socket on Windows with SOCKET (instead of int) and
replace all calls to close() that are used to close
sockets with closesocket().

src/include/port-sockets.h includes the definitions
of SOCKET and closesocket() for non-Windows systems.

ticket: 6041
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20578 dc483132-0cff-0310-8789-dd5450dbe970
src/include/gssrpc/svc.h
src/lib/rpc/clnt_simple.c
src/lib/rpc/clnt_tcp.c
src/lib/rpc/clnt_udp.c
src/lib/rpc/pmap_rmt.c
src/lib/rpc/svc_tcp.c
src/lib/rpc/svc_udp.c