From 5dedcfe46fdb29b854dcde811d52c44429f5cfda Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 23:23:36 +0000 Subject: (fsys_goaway_reply): New routine, in its proper place. --- hurd/fsys_reply.defs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hurd') diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs index bb649e60..9b6d9f1e 100644 --- a/hurd/fsys_reply.defs +++ b/hurd/fsys_reply.defs @@ -1,5 +1,5 @@ /* Reply half of fsys - Copyright (C) 1991, 1993, 1994 Free Software Foundation + Copyright (C) 1991, 1993, 1994, 1995 Free Software Foundation This file is part of the GNU Hurd. @@ -27,7 +27,10 @@ type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE ctype: mach_port_t; skip; /* startup */ -skip; /* goaway */ + +simpleroutine fsys_goaway_reply ( + reply_port: reply_port_t; + retcode: kern_return_t); simpleroutine fsys_getroot_reply ( reply_port: reply_port_t; -- cgit v1.2.3