svn rev #20578: trunk/src/ include/gssrpc/ lib/rpc/
jaltman@MIT.EDU
jaltman at MIT.EDU
Wed Jul 23 16:55:57 EDT 2008
Commit By: jaltman
Log Message:
ticket: 6041
tags: pullup
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.
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
More information about the cvs-krb5
mailing list