… | … | ||
---|---|---|---|
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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |