/[LeafOK_CVS]/lbbs/src/init.c
ViewVC logotype

Diff of /lbbs/src/init.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Mon Oct 18 08:16:49 2004 UTC Revision 1.2 by sysadm, Mon Oct 18 08:44:54 2004 UTC
# Line 41  init_daemon (void) Line 41  init_daemon (void)
41    chdir ("/tmp");    chdir ("/tmp");
42    umask (0);    umask (0);
43    
44    signal(SIGCHLD,SIG_IGN);    signal (SIGCHLD, SIG_IGN);
45    
46    return;    return;
47  }  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1