projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47abb9f
)
kqueue is borked so borked so borked
author
root
<root>
Sun, 18 Nov 2007 00:47:13 +0000
(
00:47
+0000)
committer
root
<root>
Sun, 18 Nov 2007 00:47:13 +0000
(
00:47
+0000)
src/rxvtd.C
patch
|
blob
|
history
diff --git
a/src/rxvtd.C
b/src/rxvtd.C
index b73916be967f60e6280e3a75ad7c0c13620d8f67..9da0f6eeb328617845f0b0eca3aae8b10d7d1382 100644
(file)
--- a/
src/rxvtd.C
+++ b/
src/rxvtd.C
@@
-273,6
+273,8
@@
main (int argc, const char *const *argv)
}
else if (pid > 0)
_exit (EXIT_SUCCESS);
+
+ ev::ev_default_fork ();
}
ev::ev_loop (0);