commit - 1a46b37bd586a5678f41447eb4b0f8d4374a3c74
commit + f36337fab30ebe24e526ad6e3cd4e751b5d017d7
blob - 7c1a55175e003be2620079dac898e7e7cc3b6339
blob + 3782cd3c7680af8c704529e999d25c4f45c8e8af
--- src/ngircd/io.c
+++ src/ngircd/io.c
#include "portab.h"
-static char UNUSED id[] = "$Id: io.c,v 1.6 2005/08/27 20:25:54 fw Exp $";
+static char UNUSED id[] = "$Id: io.c,v 1.7 2005/08/27 20:27:07 fw Exp $";
#include <assert.h>
#include <stdlib.h>
{
int i, total = 0, ret;
struct kevent kev[100];
- struct kevent *newevents;
+ const struct kevent *newevents;
struct timespec ts;
int newevents_len;
short type;