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

Comparing ircd-hybrid-7.2/src/ircd.c (file contents):
Revision 163 by adx, Thu Oct 20 21:09:02 2005 UTC vs.
Revision 876 by michael, Wed Oct 24 21:51:21 2007 UTC

# Line 63 | Line 63
63   #include "balloc.h"
64   #include "motd.h"
65   #include "supported.h"
66 + #include "watch.h"
67  
68   /* Try and find the correct name to use with getrlimit() for setting the max.
69   * number of files allowed to be open by this process.
# Line 638 | Line 639 | main(int argc, char *argv[])
639    init_client();
640    init_class();
641    init_whowas();
642 +  watch_init();
643    init_stats();
644    read_conf_files(1);   /* cold start init conf files */
645    initServerMask();

Diff Legend

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