# | Line 32 | Line 32 | |
---|---|---|
32 | #include "s_bsd.h" | |
33 | #include "log.h" | |
34 | ||
35 | < | #define KE_LENGTH 128 |
35 | > | enum { KE_LENGTH = 128 }; |
36 | ||
37 | static fde_t kqfd; | |
38 | static struct kevent kq_fdlist[KE_LENGTH]; /* kevent buffer */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |