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

Comparing ircd-hybrid/trunk/src/s_bsd_epoll.c (file contents):
Revision 7006 by michael, Fri Jan 1 00:07:54 2016 UTC vs.
Revision 7330 by michael, Fri Feb 19 17:50:13 2016 UTC

# Line 65 | Line 65 | init_netio(void)
65   */
66   void
67   comm_setselect(fde_t *F, unsigned int type, void (*handler)(fde_t *, void *),
68 <               void *client_data, time_t timeout)
68 >               void *client_data, uintmax_t timeout)
69   {
70    int new_events, op;
71    struct epoll_event ep_event = { 0, { 0 } };

Diff Legend

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