summaryrefslogtreecommitdiff
path: root/libports/notify-port-destroyed.c
diff options
context:
space:
mode:
Diffstat (limited to 'libports/notify-port-destroyed.c')
-rw-r--r--libports/notify-port-destroyed.c3
1 files changed, 2 insertions, 1 deletions
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;
}