Deleted Added
full compact
12c12
< SM_RCSID("@(#)$Id: comm.c,v 8.54.2.2 2002/08/16 17:09:13 ca Exp $")
---
> SM_RCSID("@(#)$Id: comm.c,v 8.54.2.4 2002/12/03 17:32:45 ca Exp $")
58,65d57
< if (sd >= FD_SETSIZE)
< {
< smi_log(SMI_LOG_ERR, "%s: fd %d is larger than FD_SETSIZE %d",
< name, sd, FD_SETSIZE);
< *cmd = SMFIC_SELECT;
< return NULL;
< }
<
90c82
< name, len, sm_errstring(errno));
---
> name, (int) len, sm_errstring(errno));
163c155
< name, len, sm_errstring(errno));
---
> name, (int) len, sm_errstring(errno));
227c219
< ** FD_SETSIZE is only checked in mi_rd_cmd.
---
> ** FD_SETSIZE is checked when socket is created.