From 11d56ba93576e75bf08a46ebf4bd447ee1fa5aab Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 22:08:45 +0000 Subject: (netfs_S_file_sync): Accept and ignore new omitmeta arg. --- libnetfs/file-sync.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libnetfs') diff --git a/libnetfs/file-sync.c b/libnetfs/file-sync.c index c1cae0d3..95bc0529 100644 --- a/libnetfs/file-sync.c +++ b/libnetfs/file-sync.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -23,7 +23,8 @@ error_t netfs_S_file_sync (struct protid *user, - int wait) + int wait, + int omitmeta) { error_t err; -- cgit v1.2.3