From db41827b9d0a0f91b93a15dc0f604c268dcac646 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 01:05:42 +0000 Subject: (diskfs_S_file_syncfs): Typo. --- libdiskfs/file-syncfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs') diff --git a/libdiskfs/file-syncfs.c b/libdiskfs/file-syncfs.c index 5a5a6802..befdfb55 100644 --- a/libdiskfs/file-syncfs.c +++ b/libdiskfs/file-syncfs.c @@ -30,7 +30,7 @@ diskfs_S_file_syncfs (struct protid *cred, error_t error; error = fshelp_fetch_control (np, &control); - if (!error && control != MACH_PORT_NULL) + if (!error && (control != MACH_PORT_NULL)) { fsys_syncfs (control, wait, 1); mach_port_deallocate (mach_task_self (), control); -- cgit v1.2.3