diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 19:50:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 19:50:08 +0000 |
commit | 8b4048879aa66e5d45a1c12d267de02c92938134 (patch) | |
tree | fa6e40b8b24bb53730c18c3cda694e133bca1213 | |
parent | 746963318088102ad076c206d0aa95b22109c29e (diff) |
(diskfs_startup_diskfs): Use new args for ports_allocate_port.
-rw-r--r-- | libdiskfs/init-startup.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libdiskfs/init-startup.c b/libdiskfs/init-startup.c index 4ec82173..5a0a5115 100644 --- a/libdiskfs/init-startup.c +++ b/libdiskfs/init-startup.c @@ -1,5 +1,5 @@ /* diskfs_startup_diskfs -- advertise our fsys control port to our parent FS. - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -33,8 +33,9 @@ diskfs_startup_diskfs (mach_port_t bootstrap) _diskfs_ncontrol_ports++; errno = fsys_startup (bootstrap, ports_get_right (ports_allocate_port - (sizeof (struct port_info), - PT_CTL)), + (diskfs_port_bucket, + sizeof (struct port_info), + diskfs_control_class)), MACH_MSG_TYPE_MAKE_SEND, &realnode); if (errno) |