* pflocal/mig-decls.h (begin_using_addr_payload): Use `ports_lookup_payload'. --- pflocal/mig-decls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pflocal/mig-decls.h b/pflocal/mig-decls.h index b1da797..6c044ce 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)) -- 2.1.4