ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/s_bsd_kqueue.c
(Generate patch)

Comparing:
ircd-hybrid-7.2/src/s_bsd_kqueue.c (file contents), Revision 908 by stu, Sun Nov 4 23:21:51 2007 UTC vs.
ircd-hybrid-8/src/s_bsd_kqueue.c (file contents), Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)