proc: Use correct type for mach task

This commit is contained in:
Derek Parker
2016-04-12 22:53:13 -07:00
parent 4fd02c829a
commit f37a26d525
7 changed files with 16 additions and 15 deletions

View File

@ -12,7 +12,7 @@ close_exec_pipe(int fd[2]) {
int
fork_exec(char *argv0, char **argv, int size,
mach_port_name_t *task,
task_t *task,
mach_port_t *port_set,
mach_port_t *exception_port,
mach_port_t *notification_port)