diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:30:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 15:30:25 +0000 |
commit | 96f7d44c9b68a8abc7b3361225a7794ff27dcd62 (patch) | |
tree | 2e6c420cd315e59374028b6653a20f580116fd82 /libports | |
parent | eed9f23afca04f9b3e36633f7fbcaf10216217e7 (diff) |
Include "notify_S.h".
Diffstat (limited to 'libports')
-rw-r--r-- | libports/notify-dead-name.c | 1 | ||||
-rw-r--r-- | libports/notify-msg-accepted.c | 1 | ||||
-rw-r--r-- | libports/notify-no-senders.c | 1 | ||||
-rw-r--r-- | libports/notify-port-deleted.c | 1 | ||||
-rw-r--r-- | libports/notify-port-destroyed.c | 1 | ||||
-rw-r--r-- | libports/notify-send-once.c | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/libports/notify-dead-name.c b/libports/notify-dead-name.c index f5d525b0..a6b7467a 100644 --- a/libports/notify-dead-name.c +++ b/libports/notify-dead-name.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "notify_S.h" error_t ports_do_mach_notify_dead_name (mach_port_t notify, mach_port_t deadport) diff --git a/libports/notify-msg-accepted.c b/libports/notify-msg-accepted.c index 56d73e21..c9750836 100644 --- a/libports/notify-msg-accepted.c +++ b/libports/notify-msg-accepted.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "notify_S.h" error_t ports_do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name) diff --git a/libports/notify-no-senders.c b/libports/notify-no-senders.c index 6cc1098c..dc9b316e 100644 --- a/libports/notify-no-senders.c +++ b/libports/notify-no-senders.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "notify_S.h" error_t ports_do_mach_notify_no_senders (mach_port_t port, mach_port_mscount_t count) diff --git a/libports/notify-port-deleted.c b/libports/notify-port-deleted.c index 83891968..85012af5 100644 --- a/libports/notify-port-deleted.c +++ b/libports/notify-port-deleted.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "notify_S.h" error_t ports_do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name) diff --git a/libports/notify-port-destroyed.c b/libports/notify-port-destroyed.c index 93fb4b09..78eaf211 100644 --- a/libports/notify-port-destroyed.c +++ b/libports/notify-port-destroyed.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "notify_S.h" error_t ports_do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name) diff --git a/libports/notify-send-once.c b/libports/notify-send-once.c index dc4e9103..09ffcf24 100644 --- a/libports/notify-send-once.c +++ b/libports/notify-send-once.c @@ -19,6 +19,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ports.h" +#include "notify_S.h" error_t ports_do_mach_notify_send_once (mach_port_t notify) |