summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-26 23:31:00 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-26 23:31:00 +0000
commitac37364ab7f9f487ee0fbfdf72de5318b0b4920f (patch)
treeab90e51e2e28d7c692216d08091ef86de6925d87 /libdiskfs
parent34999fe9e498121e7457a5ed4bd0618c7d01ee11 (diff)
(diskfs_S_fsys_getroot): New parms REPLY and REPLYTYPE.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/fsys-getroot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/fsys-getroot.c b/libdiskfs/fsys-getroot.c
index b57eb9c9..8b4eb4a5 100644
--- a/libdiskfs/fsys-getroot.c
+++ b/libdiskfs/fsys-getroot.c
@@ -27,6 +27,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Implement fsys_getroot as described in <hurd/fsys.defs>. */
kern_return_t
diskfs_S_fsys_getroot (fsys_t controlport,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
mach_port_t dotdot,
uid_t *uids,
u_int nuids,