vol-fssync-server-socket-20090320

LICENSE IPL10

another location where we need osi_socket
This commit is contained in:
Jeffrey Altman 2009-03-20 17:25:21 +00:00
parent b2db1e83c1
commit 73a57e8013

View File

@ -1527,7 +1527,7 @@ AcceptOff(void)
/* The multiple FD handling code. */
static osi_socket HandlerFD[MAXHANDLERS];
static void (*HandlerProc[MAXHANDLERS]) (int);
static void (*HandlerProc[MAXHANDLERS]) (osi_socket);
static void
InitHandler(void)