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

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 3267 by michael, Sat Apr 5 19:16:06 2014 UTC vs.
Revision 3274 by michael, Sun Apr 6 12:22:23 2014 UTC

# Line 29 | Line 29
29   #include "list.h"
30   #include "ircd.h"
31   #include "channel.h"
32 #include "channel_mode.h"
32   #include "client.h"
33   #include "event.h"
34   #include "fdlist.h"
# Line 40 | Line 39
39   #include "motd.h"
40   #include "conf.h"
41   #include "hostmask.h"
43 #include "numeric.h"
44 #include "packet.h"
42   #include "parse.h"
43   #include "irc_res.h"
44   #include "restart.h"
# Line 49 | Line 46
46   #include "s_auth.h"
47   #include "s_bsd.h"
48   #include "log.h"
52 #include "s_misc.h"
49   #include "s_serv.h"      /* try_connections */
50   #include "send.h"
51   #include "whowas.h"
52   #include "modules.h"
53   #include "memory.h"
54   #include "mempool.h"
59 #include "hook.h"
55   #include "ircd_getopt.h"
56   #include "supported.h"
57   #include "watch.h"

Diff Legend

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