From 512efcd6d2ef9f7435079d2edd40fe2033d762b4 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 15:56:07 +0000 Subject: Include . (diskfs_S_fsys_syncfs): Fix first arg to fshelp_fetch_control. --- libdiskfs/fsys-syncfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdiskfs') diff --git a/libdiskfs/fsys-syncfs.c b/libdiskfs/fsys-syncfs.c index 0ebfe647..bf70fea8 100644 --- a/libdiskfs/fsys-syncfs.c +++ b/libdiskfs/fsys-syncfs.c @@ -20,6 +20,7 @@ #include "priv.h" #include "fsys_S.h" +#include /* Implement fsys_syncfs as described in . */ kern_return_t @@ -35,7 +36,7 @@ diskfs_S_fsys_syncfs (fsys_t controlport, 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)) { fsys_syncfs (control, wait, 1); -- cgit v1.2.3