diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:10:19 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 01:10:19 +0000 |
commit | 4c5607409c9ae0996ea02df9711fe1a13c22727f (patch) | |
tree | da51159bd60bb1da054f2dec6c80cb511594cdf3 /libdiskfs | |
parent | a3c48ec52b3ad54e3baa7551913f4ae0fc7cb3d8 (diff) |
(diskfs_S_file_syncfs):
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/file-syncfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/file-syncfs.c b/libdiskfs/file-syncfs.c index befdfb55..062a9cb8 100644 --- a/libdiskfs/file-syncfs.c +++ b/libdiskfs/file-syncfs.c @@ -28,6 +28,7 @@ diskfs_S_file_syncfs (struct protid *cred, helper (struct node *np) { error_t error; + mach_port_t control; error = fshelp_fetch_control (np, &control); if (!error && (control != MACH_PORT_NULL)) |