diff options
Diffstat (limited to 'proc/mig-mutate.h')
-rw-r--r-- | proc/mig-mutate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/proc/mig-mutate.h b/proc/mig-mutate.h index ad6eb321..ce9f88e6 100644 --- a/proc/mig-mutate.h +++ b/proc/mig-mutate.h @@ -19,11 +19,11 @@ #define PROCESS_INTRAN \ - pstruct_t reqport_find (process_t) + pstruct_t begin_using_proc_port (process_t) #define PROCESS_DESTRUCTOR \ - process_drop (pstruct_t) + end_using_proc (pstruct_t) #define PROCESS_IMPORTS \ - import "proc.h"; + import "mig-decls.h"; #define NOTIFY_INTRAN \ port_info_t begin_using_port_info_port (mach_port_t) |