summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-20 15:54:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-20 15:54:53 +0000
commit5ff104d34ceb44e4bd8accb407dcaac6ab5e0952 (patch)
tree3d3cb6a41d05e11c1619da581847175df0944315 /libdiskfs
parent86f792281a9b6cc7b5ef99ae2f18beb3840503e5 (diff)
(diskfs_S_fsys_set_options): [helper] Fix first arg to
fshelp_fetch_control.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/fsys-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/fsys-options.c b/libdiskfs/fsys-options.c
index ae81e0eb..c509334e 100644
--- a/libdiskfs/fsys-options.c
+++ b/libdiskfs/fsys-options.c
@@ -42,7 +42,7 @@ diskfs_S_fsys_set_options (fsys_t fsys,
error_t error;
mach_port_t control;
- error = fshelp_fetch_control (np, &control);
+ error = fshelp_fetch_control (&np->transbox, &control);
if (!error && (control != MACH_PORT_NULL))
{
error = fsys_set_options (control, data, len, do_children);