diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:08:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:08:45 +0000 |
commit | 11d56ba93576e75bf08a46ebf4bd447ee1fa5aab (patch) | |
tree | 8ae31a2c4fe46b297d455ab5b6e13808835959d7 /libnetfs | |
parent | 0ced47a7eb8769fb126ca33830ae44f20d0a500e (diff) |
(netfs_S_file_sync): Accept and ignore new omitmeta arg.
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/file-sync.c | 5 |
1 files changed, 3 insertions, 2 deletions
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; |