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.50 by root, Fri Oct 22 05:58:00 2010 UTC vs.
Revision 1.51 by root, Sun Oct 24 17:34:47 2010 UTC

292 return EXIT_FAILURE; 292 return EXIT_FAILURE;
293 } 293 }
294 else if (pid > 0) 294 else if (pid > 0)
295 _exit (EXIT_SUCCESS); 295 _exit (EXIT_SUCCESS);
296 296
297 ev_default_fork (); 297 ev_loop_fork (EV_DEFAULT_UC);
298 } 298 }
299 299
300 ev_run (); 300 ev_run ();
301 301
302 return EXIT_SUCCESS; 302 return EXIT_SUCCESS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines