diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:33:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:33:36 +0000 |
commit | 09d5b857178387e44dda0eaa40b711fc689c70e1 (patch) | |
tree | 94a4d2acea81e74ff792aac32a3921ea6bc30403 | |
parent | 4489593ffadfa5ef9cb7c1f1f08799a3288ae5a8 (diff) |
(diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE.
-rw-r--r-- | libdiskfs/fsys-options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/fsys-options.c b/libdiskfs/fsys-options.c index d002742b..edf0d44f 100644 --- a/libdiskfs/fsys-options.c +++ b/libdiskfs/fsys-options.c @@ -28,6 +28,8 @@ /* Implement fsys_set_options as described in <hurd/fsys.defs>. */ kern_return_t diskfs_S_fsys_set_options (fsys_t fsys, + mach_port_t reply, + mach_msg_type_name_t replytype, char *data, mach_msg_type_number_t len, int do_children) { |