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

@ -7,4 +7,4 @@
#include <fcntl.h>
int
fork_exec(char *, char **, int, mach_port_name_t*, mach_port_t*, mach_port_t*, mach_port_t*);
fork_exec(char *, char **, int, task_t*, mach_port_t*, mach_port_t*, mach_port_t*);