From 5ff104d34ceb44e4bd8accb407dcaac6ab5e0952 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 15:54:53 +0000 Subject: (diskfs_S_fsys_set_options): [helper] Fix first arg to fshelp_fetch_control. --- libdiskfs/fsys-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/fsys-options.c') 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); -- cgit v1.2.3