diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-14 02:32:09 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-14 02:37:12 +0200 |
commit | 60d862ca1de4e5bd690dbc631bce15f08acffa13 (patch) | |
tree | b66d64299b1a4cf106f460cdea560543cb05ab2e /pflocal | |
parent | 5d1c6af9f59c7a768684a537fc32389be8cddeca (diff) |
pflocal: fix receiver lookup
* pflocal/mig-decls.h (begin_using_addr_payload): Use
`ports_lookup_payload'.
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)) |