repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 12e288c0625bde5aa5a56b6d813abbe2b22d2af5:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 12e288c0625bde5aa5a56b6d813abbe2b22d2af5
Author: Florian Westphal 
Date:   Sat Aug 27 23:23:54 2005 +0000

    removed misleading const qualifier

diff --git a/src/ngircd/io.c b/src/ngircd/io.c
index 3782cd3c7680af8c704529e999d25c4f45c8e8af..
index ..4f0b728058a54a152c569037c9592161c81c37ef 100644
--- a/src/ngircd/io.c
+++ b/src/ngircd/io.c
@@ -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 
 #include 
@@ -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;

-----END OF PAGE-----