From e9687ec4ff525ae4a88314ba4ae97da770bd012f Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 5 Apr 2014 17:40:24 +0200 Subject: libports: fix notify_port_t receiver lookups * libports/Makefile (MIGSFLAGS): Include mig-mutate.h. * libports/mig-decls.h: New file. * libports/mig-mutate.h: Likewise. * libports/notify-dead-name.c: Fix receiver lookups. * libports/notify-no-senders.c: Likewise. * libports/notify-msg-accepted.c: Adjust function declaration. * libports/notify-port-deleted.c: Likewise. * libports/notify-port-destroyed.c: Likewise. * libports/notify-send-once.c: Likewise. * libports/ports.h: Likewise. * proc/Makefile (MIGSFLAGS): Include mig-mutate.h, move PROCESS mutators... * proc/mig-mutate.h: ... into a new file, add NOTIFY mutators. * proc/notify.c: Fix receiver lookups, adjust function declarations. * term/devio.c (ports_do_mach_notify_send_once): Adjust accordingly. --- libports/notify-port-destroyed.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libports/notify-port-destroyed.c') diff --git a/libports/notify-port-destroyed.c b/libports/notify-port-destroyed.c index 78eaf211..b8ece2a3 100644 --- a/libports/notify-port-destroyed.c +++ b/libports/notify-port-destroyed.c @@ -22,7 +22,8 @@ #include "notify_S.h" error_t -ports_do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name) +ports_do_mach_notify_port_destroyed (struct port_info *pi, + mach_port_t name) { return 0; } -- cgit v1.2.3