diff options
Diffstat (limited to 'pflocal')
-rw-r--r-- | pflocal/mig-decls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/mig-decls.h b/pflocal/mig-decls.h index b1da797d..6c044ce9 100644 --- a/pflocal/mig-decls.h +++ b/pflocal/mig-decls.h @@ -58,7 +58,7 @@ begin_using_addr_port(mach_port_t port) static inline addr_t __attribute__ ((unused)) begin_using_addr_payload (unsigned long payload) { - return ports_lookup_port (NULL, payload, addr_port_class); + return ports_lookup_payload (NULL, payload, addr_port_class); } static inline void __attribute__ ((unused)) |