# | Line 65 | Line 65 | init_netio(void) | |
---|---|---|
65 | ||
66 | if ((fd = kqueue()) < 0) | |
67 | { | |
68 | < | ilog(L_CRIT, "init_netio: Couldn't open kqueue fd!"); |
68 | > | ilog(LOG_TYPE_IRCD, "init_netio: Couldn't open kqueue fd!"); |
69 | exit(115); /* Whee! */ | |
70 | } | |
71 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |