summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-20 01:09:18 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-20 01:09:18 +0000
commita3c48ec52b3ad54e3baa7551913f4ae0fc7cb3d8 (patch)
tree8b35532a7f9d7f3dfcd638d335b0b62d2bc73a8a /libdiskfs
parent1466e5f30d15777b318997dac68483ecc3b9df4d (diff)
(diskfs_S_fsys_syncfs):
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/fsys-syncfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/fsys-syncfs.c b/libdiskfs/fsys-syncfs.c
index ccbdf6ed..0ebfe647 100644
--- a/libdiskfs/fsys-syncfs.c
+++ b/libdiskfs/fsys-syncfs.c
@@ -33,6 +33,7 @@ diskfs_S_fsys_syncfs (fsys_t controlport,
helper (struct node *np)
{
error_t error;
+ mach_port_t control;
error = fshelp_fetch_control (np, &control);
if (!error && (control != MACH_PORT_NULL))