diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:01:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:01:53 +0000 |
commit | a32fb5afd755a6ab8e3fc618907c3afce3d8d2f5 (patch) | |
tree | 50f0ad709bf8d0eda72fd4ae9323402f1e526308 | |
parent | 1499dd99088eb4127e59036b8508f3bfe247e9ae (diff) |
entered into RCS
-rw-r--r-- | libdiskfs/notify-stubs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libdiskfs/notify-stubs.c b/libdiskfs/notify-stubs.c index c7f55ab2..1567d1b7 100644 --- a/libdiskfs/notify-stubs.c +++ b/libdiskfs/notify-stubs.c @@ -22,7 +22,6 @@ diskfs_do_seqnos_mach_notify_port_deleted (mach_port_t notify, mach_port_seqno_t seqno, mach_port_t name) { - printf ("port deleted notification\n"); return 0; } @@ -31,7 +30,6 @@ diskfs_do_seqnos_mach_notify_msg_accepted (mach_port_t notify, mach_port_seqno_t seqno, mach_port_t name) { - printf ("msg accepted notification\n"); return 0; } @@ -40,7 +38,6 @@ diskfs_do_seqnos_mach_notify_port_destroyed (mach_port_t notify, mach_port_seqno_t seqno, mach_port_t name) { - printf ("port destroyed notification\n"); return 0; } @@ -48,7 +45,6 @@ error_t diskfs_do_seqnos_mach_notify_send_once (mach_port_t notify, mach_port_seqno_t seqno) { - printf ("send once notification\n"); return 0; } @@ -57,6 +53,5 @@ diskfs_do_seqnos_mach_notify_dead_name (mach_port_t notify, mach_port_seqno_t seqno, mach_port_t name) { - printf ("dead name notification\n"); return 0; } |