diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:23:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:23:36 +0000 |
commit | 5dedcfe46fdb29b854dcde811d52c44429f5cfda (patch) | |
tree | f81b7434c87daf67277817c3551d8a8286d1bd8e | |
parent | cd992854971715d00a728bb843ad1194330ca6fc (diff) |
(fsys_goaway_reply): New routine, in its proper place.
-rw-r--r-- | hurd/fsys_reply.defs | 7 |
1 files changed, 5 insertions, 2 deletions
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; |