diff options
Diffstat (limited to 'libnetfs/file-sync.c')
-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; |