diff options
Diffstat (limited to 'libports/notify-port-destroyed.c')
-rw-r--r-- | libports/notify-port-destroyed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/notify-port-destroyed.c b/libports/notify-port-destroyed.c index b49aad24..5260922c 100644 --- a/libports/notify-port-destroyed.c +++ b/libports/notify-port-destroyed.c @@ -21,7 +21,7 @@ #include "ports.h" #include "notify_S.h" -error_t +kern_return_t ports_do_mach_notify_port_destroyed (struct port_info *pi, mach_port_t name) { |