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. Commit By: jaltman Revision: 20578 Changed Files: U trunk/src/include/gssrpc/svc.h U trunk/src/lib/rpc/clnt_simple.c U trunk/src/lib/rpc/clnt_tcp.c U trunk/src/lib/rpc/clnt_udp.c U trunk/src/lib/rpc/pmap_rmt.c U trunk/src/lib/rpc/svc_tcp.c U trunk/src/lib/rpc/svc_udp.c