OpenAFS CVS Commit: openafs/src/vol by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Mon, 23 Mar 2009 18:42:48 EDT


Update of /cvs/openafs/src/vol
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/vol

Modified Files:
	fssync-server.c 
Log Message:
DELTA vol-fssync-server-socket-20090323
AUTHOR jaltman@secure-endpoints.com
LICENSE IPL10

GetHandler() sets up a fdset and returns the max socket fd 
which is used with select().  Windows ignores the numfd param
(first param) of select() and therefore computing the max fd
value is meaningless.  We can avoid a number of casts by 
not attempting to treat this value as osi_socket.



--- DELTA config follows ---
vol-fssync-server-socket-20090323 openafs/src/vol/fssync-server.c 1.21 1.22