diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-09 08:04:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-09 08:04:51 +0000 |
commit | e2a49f8b6437997c589c9425c32d900708e30815 (patch) | |
tree | 323707986879c0c4d505ac63f474e3a33c6d36a3 | |
parent | 33e458c9da430a2c8d3e366c2eccb44a3f9e700b (diff) |
(diskfs_execboot_fsys_startup): Fix typo in last change.
-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 230e78bc..2f0479b6 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -280,7 +280,7 @@ diskfs_execboot_fsys_startup (mach_port_t port, mach_msg_type_name_t *realpoly) { struct port_info *pt; - struct diskfs_protid *rootpi; + struct protid *rootpi; mach_port_t rootport; error_t err; |