Brendan Shanks (@bshanks) commented about server/mach.c:
return 0; }
- if ((ret = task_suspend( process_port )) != KERN_SUCCESS)
- {
mach_set_error( ret );
return 0;
- }
Can you put the removal of `task_suspend()` and `task_resume()` (I guess for all 3 functions) into a separate commit?