diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:41:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:41:20 +0000 |
commit | 18264abd92fc61c122fa090d4e2f4474d33a82b1 (patch) | |
tree | 227df88de10b5a30fee6c7db153b2ad3fc3ae890 /libdiskfs/fsys-syncfs.c | |
parent | c7336dc8a0953465c5472bdd37649d128f7046b8 (diff) |
(diskfs_S_fsys_syncfs): New parms REPLY and REPLYTYPE.
Diffstat (limited to 'libdiskfs/fsys-syncfs.c')
-rw-r--r-- | libdiskfs/fsys-syncfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/fsys-syncfs.c b/libdiskfs/fsys-syncfs.c index 1f7ddbaa..6ea8c774 100644 --- a/libdiskfs/fsys-syncfs.c +++ b/libdiskfs/fsys-syncfs.c @@ -25,6 +25,8 @@ /* Implement fsys_syncfs as described in <hurd/fsys.defs>. */ kern_return_t diskfs_S_fsys_syncfs (fsys_t controlport, + mach_port_t reply, + mach_msg_type_name_t replytype, int wait, int children) { |