From 495409330567d8a8cbaee3745a73a172ad11bc10 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 15:59:18 +0000 Subject: (diskfs_shutdown): Fix first arg to fshelp_fetch_control. --- libdiskfs/shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/shutdown.c') diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c index c42ea06e..c7c6ba22 100644 --- a/libdiskfs/shutdown.c +++ b/libdiskfs/shutdown.c @@ -37,7 +37,7 @@ diskfs_shutdown (int flags) 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_goaway (control, flags); -- cgit v1.2.3