removed misleading const qualifier
This commit is contained in:
parent
733e15bb64
commit
12e288c062
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue