ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_kqueue.c
(Generate patch)

Comparing libev/ev_kqueue.c (file contents):
Revision 1.23 by root, Fri Nov 23 05:29:16 2007 UTC vs.
Revision 1.24 by root, Fri Nov 23 13:08:57 2007 UTC

100 100
101 for (i = 0; i < res; ++i) 101 for (i = 0; i < res; ++i)
102 { 102 {
103 int fd = kqueue_events [i].ident; 103 int fd = kqueue_events [i].ident;
104 104
105 if (kqueue_events [i].flags & EV_ERROR) 105 if (expect_false (kqueue_events [i].flags & EV_ERROR))
106 { 106 {
107 int err = kqueue_events [i].data; 107 int err = kqueue_events [i].data;
108 108
109 /* 109 /*
110 * errors that may happen 110 * errors that may happen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines