ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/utils.C
(Generate patch)

Comparing deliantra/server/common/utils.C (file contents):
Revision 1.81 by root, Wed Sep 10 21:29:39 2008 UTC vs.
Revision 1.82 by root, Thu Sep 11 12:43:17 2008 UTC

449void 449void
450fork_abort (const char *msg) 450fork_abort (const char *msg)
451{ 451{
452 if (!fork ()) 452 if (!fork ())
453 { 453 {
454 fprintf (stderr, "background fork_abort in progress, remove me when debugged.\n");//D
455
456 signal (SIGINT , SIG_IGN); 454 signal (SIGINT , SIG_IGN);
457 signal (SIGTERM, SIG_IGN); 455 signal (SIGTERM, SIG_IGN);
458 signal (SIGABRT, SIG_IGN); 456 signal (SIGABRT, SIG_IGN);
459 457
460 signal (SIGSEGV, SIG_DFL); 458 signal (SIGSEGV, SIG_DFL);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines