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

Comparing ircd-hybrid/trunk/src/s_bsd_poll.c (file contents):
Revision 2725 by michael, Sun Dec 29 13:01:00 2013 UTC vs.
Revision 2916 by michael, Sat Jan 25 21:09:18 2014 UTC

# Line 1 | Line 1
1   /*
2 < *  ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
3 < *  s_bsd_poll.c: POSIX poll() compatible network routines.
2 > *  ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3   *
4 < *  Originally by Adrian Chadd <adrian@creative.net.au>
6 < *  Copyright (C) 2002 Hybrid Development Team
4 > *  Copyright (c) 2000-2014 ircd-hybrid development team
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 19 | Line 17
17   *  along with this program; if not, write to the Free Software
18   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
19   *  USA
20 < *
21 < *  $Id$
20 > */
21 >
22 > /*! \file s_bsd_poll.c
23 > * \brief POSIX poll() compatible network routines.
24 > * \version $Id$
25   */
26  
27   #include "stdinc.h"
# Line 93 | Line 94 | poll_findslot(void)
94   void
95   comm_setselect(fde_t *F, unsigned int type, PF *handler,
96                 void *client_data, time_t timeout)
97 < {  
97 > {
98    int new_events;
99  
100    if ((type & COMM_SELECT_READ))
# Line 147 | Line 148 | comm_setselect(fde_t *F, unsigned int ty
148      F->evcache = new_events;
149    }
150   }
151 <
151 >
152   /*
153   * comm_select
154   *

Diff Legend

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