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

Comparing ircd-hybrid/trunk/src/s_bsd_epoll.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_epoll.c: Linux epoll() compatible network routines.
2 > *  ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3   *
4 < *  Copyright (C) 2002-2005 Hybrid Development Team
6 < *  Based also on work of Adrian Chadd, Aaron Sethman and others.
4 > *  Copyright (c) 2005-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_epoll.c
23 > * \brief Linux epoll() compatible network routines.
24 > * \version $Id$
25   */
26  
27   #include "stdinc.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines