[svn] - fix a typo

This commit is contained in:
nenolod 2007-03-05 10:41:14 -08:00
parent ce439f5186
commit c18de29d18
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
nenolod 2007/03/05 18:40:39 UTC (20070305-3243)
Log:
- rework poll a bit for the MAXCONNECTIONS changes.
Changes: Modified:
+46 -23 trunk/libcharybdis/poll.c (File Modified)
jilles 2007/03/05 17:52:28 UTC (20070305-3241)
Log:
Our way of using kqueue may cause it to report fds we

View File

@ -1 +1 @@
#define SERNO "20070305-3241"
#define SERNO "20070305-3243"

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* $Id: poll.c 3243 2007-03-05 18:40:39Z nenolod $
* $Id: poll.c 3245 2007-03-05 18:41:14Z nenolod $
*/
#include "config.h"
@ -122,7 +122,7 @@ poll_findslot(void)
static void
poll_update_pollfds(int fd, short event, PF * handler)
{
fde_t *F = comm_locate_table(fd);
fde_t *F = comm_locate_fd(fd);
int comm_index;
resize_poll_array(fd);