summaryrefslogtreecommitdiff
path: root/libports/notify-send-once.c
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-05 17:40:24 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-06 18:09:38 +0200
commite9687ec4ff525ae4a88314ba4ae97da770bd012f (patch)
tree9f434a3d390fc926d396c6958594e406090b7e46 /libports/notify-send-once.c
parente27425e63392683b85101961489a83e0abef133b (diff)
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.
Diffstat (limited to 'libports/notify-send-once.c')
-rw-r--r--libports/notify-send-once.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/notify-send-once.c b/libports/notify-send-once.c
index 09ffcf24..ad0ba334 100644
--- a/libports/notify-send-once.c
+++ b/libports/notify-send-once.c
@@ -22,7 +22,7 @@
#include "notify_S.h"
error_t
-ports_do_mach_notify_send_once (mach_port_t notify)
+ports_do_mach_notify_send_once (struct port_info *pi)
{
return 0;
}