Remove double fork for spawn and kill status with SIGTERM

This commit is contained in:
Philippe Pepiot
2010-12-03 16:59:07 +01:00
parent d0058146dd
commit c8a74878a1
5 changed files with 25 additions and 45 deletions

View File

@@ -695,7 +695,5 @@ getevent(XEvent ev)
break;
}
wait((int[]){0});
return;
}