ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtd.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtd.C (file contents):
Revision 1.37 by root, Sun Nov 18 00:17:20 2007 UTC vs.
Revision 1.39 by root, Sat Nov 24 11:06:13 2007 UTC

271 rxvt_log ("unable to fork daemon, aborting.\n"); 271 rxvt_log ("unable to fork daemon, aborting.\n");
272 return EXIT_FAILURE; 272 return EXIT_FAILURE;
273 } 273 }
274 else if (pid > 0) 274 else if (pid > 0)
275 _exit (EXIT_SUCCESS); 275 _exit (EXIT_SUCCESS);
276 }
277 276
277 ev_default_fork ();
278 }
279
278 ev::ev_loop (0); 280 ev_loop (0);
279 281
280 return EXIT_SUCCESS; 282 return EXIT_SUCCESS;
281} 283}
282 284

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines