diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 19:00:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 19:00:11 +0000 |
commit | 5f618820a122f7d5e7c9a6c29c43d94fb8cfef4e (patch) | |
tree | f8b61def8fd82fe8a4f1ddfab1330ed4795d9660 /libtrivfs | |
parent | 0912285a50c6b57b4981d8ecca1a61780fd93304 (diff) |
Formerly fsys-getroot.c.~5~
Diffstat (limited to 'libtrivfs')
-rw-r--r-- | libtrivfs/fsys-getroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/fsys-getroot.c b/libtrivfs/fsys-getroot.c index 565d75e5..5ece7b54 100644 --- a/libtrivfs/fsys-getroot.c +++ b/libtrivfs/fsys-getroot.c @@ -34,7 +34,7 @@ trivfs_S_fsys_getroot (mach_port_t fsys, { struct trivfs_protid *cred; int i; - struct control *cntl; + struct trivfs_control *cntl; cntl = ports_check_port_type (fsys, trivfs_cntl_porttype); if (!cntl) |