diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:09:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:09:18 +0000 |
commit | a3c48ec52b3ad54e3baa7551913f4ae0fc7cb3d8 (patch) | |
tree | 8b35532a7f9d7f3dfcd638d335b0b62d2bc73a8a /libdiskfs/fsys-syncfs.c | |
parent | 1466e5f30d15777b318997dac68483ecc3b9df4d (diff) |
(diskfs_S_fsys_syncfs):
Diffstat (limited to 'libdiskfs/fsys-syncfs.c')
-rw-r--r-- | libdiskfs/fsys-syncfs.c | 1 |
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)) |