]> arthur.barton.de Git - ngircd-alex.git/commitdiff
removed misleading const qualifier
authorFlorian Westphal <fw@strlen.de>
Sat, 27 Aug 2005 23:23:54 +0000 (23:23 +0000)
committerFlorian Westphal <fw@strlen.de>
Sat, 27 Aug 2005 23:23:54 +0000 (23:23 +0000)
src/ngircd/io.c

index 3782cd3c7680af8c704529e999d25c4f45c8e8af..4f0b728058a54a152c569037c9592161c81c37ef 100644 (file)
@@ -12,7 +12,7 @@
 
 #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>
@@ -521,7 +521,7 @@ io_dispatch_kqueue(struct timeval *tv)
 {
        int i, total = 0, ret;
        struct kevent kev[100];
-       const struct kevent *newevents;
+       struct kevent *newevents;
        struct timespec ts;
        int newevents_len;
        short type;