diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 18:40:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-30 18:40:39 +0000 |
commit | f642e76cd318403e5892a21890a1bdef2689b9bc (patch) | |
tree | 04bab9f781edf5e2a5a037f3344215ef29cbda0b | |
parent | 4f2fb5564eea8d21c2dc70df9fe24425373fcb56 (diff) |
(diskfs_S_fsys_init): diskfs_init_completed -> _diskfs_init_completed.
-rw-r--r-- | libdiskfs/boot-start.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c index c72f3d98..2f5d6d1e 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -479,7 +479,7 @@ diskfs_S_fsys_init (mach_port_t port, mach_port_deallocate (mach_task_self (), host); - diskfs_init_completed (); + _diskfs_init_completed (); return MIG_NO_REPLY; /* Already replied above. */ } |