diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-31 03:29:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-31 03:29:41 +0000 |
commit | 35e1bde46e30981224d9f8fb22138750fc8235da (patch) | |
tree | f0c284b6488e7e4e7506da4b88df99f948d95ac8 /libdiskfs | |
parent | c35dfa1f9735d2bec64c4cd86f1f9fd09dee08bd (diff) |
Formerly init-init.c.~16~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/init-init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/init-init.c b/libdiskfs/init-init.c index bdcb39f8..f88e3f7b 100644 --- a/libdiskfs/init-init.c +++ b/libdiskfs/init-init.c @@ -74,7 +74,8 @@ diskfs_init_diskfs (mach_port_t bootstrap) _diskfs_ncontrol_ports++; err = fsys_startup (bootstrap, ports_get_right (ports_allocate_port - (sizeof (struct port_info), PT_CTL), + (sizeof (struct port_info), + PT_CTL)), MACH_MSG_TYPE_MAKE_SEND, &realnode); if (err) |