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

Comparing ircd-hybrid-8/src/ircd.c (file contents):
Revision 1361 by michael, Sun Apr 22 19:01:51 2012 UTC vs.
Revision 1402 by michael, Wed May 9 18:42:45 2012 UTC

# Line 82 | Line 82 | const char *logFileName = LPATH;
82   const char *pidFileName = PPATH;
83  
84   char **myargv;
85 char ircd_platform[PLATFORMLEN];
85  
86   int dorehash = 0;
87   int doremotd = 0;
# Line 543 | Line 542 | main(int argc, char *argv[])
542  
543    setup_signals();
544  
546  get_ircd_platform(ircd_platform);
547
545    /* Init the event subsystem */
546    eventInit();
547    /* We need this to initialise the fd array before anything else */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines