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