diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:29:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 19:29:30 +0000 |
commit | 39895848a2e316493f99229c43c767d44e8fdc6f (patch) | |
tree | a4dba9d305f843fbaf501f69060ab80c929a318f /libdiskfs | |
parent | 89065f793cedc7c2fee06f2630b79199772b18a1 (diff) |
(_diskfs_init_completed): again.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/init-startup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/init-startup.c b/libdiskfs/init-startup.c index d25af2fb..493810ca 100644 --- a/libdiskfs/init-startup.c +++ b/libdiskfs/init-startup.c @@ -132,7 +132,8 @@ _diskfs_init_completed () ports_port_deref (pi); asprintf (&name, "%s %s", program_invocation_short_name, diskfs_device_arg); - err = startup_request_notification (init, notify, MACH_PORT_MAKE_SEND, name); + err = startup_request_notification (init, notify, + MACH_MSG_TYPE_MAKE_SEND, name); free (name); if (err) goto errout; |