--- rxvt-unicode/src/rxvtd.C 2007/11/18 00:47:13 1.38 +++ rxvt-unicode/src/rxvtd.C 2007/11/24 11:06:13 1.39 @@ -274,10 +274,10 @@ else if (pid > 0) _exit (EXIT_SUCCESS); - ev::ev_default_fork (); + ev_default_fork (); } - ev::ev_loop (0); + ev_loop (0); return EXIT_SUCCESS; }