diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 17:47:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 17:47:48 +0000 |
commit | 984142243146052620143bb1d5f74e045b948353 (patch) | |
tree | 995426b3c0ebff75c70f4fd7038e46981bf4cb63 /hurd | |
parent | 2268d778deb84d2575b3e2b5fe51ac6f4efaf7c2 (diff) |
Formerly startup_reply.defs.~3~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/startup_reply.defs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/startup_reply.defs b/hurd/startup_reply.defs index 2a95ed49..31e036cb 100644 --- a/hurd/startup_reply.defs +++ b/hurd/startup_reply.defs @@ -1,6 +1,6 @@ /* Server-reply definitions for startup server interface NOTE: All changes here must be reflected in startup.defs. - Copyright (C) 1991, 1992, 1993 Free Software Foundation + Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -24,6 +24,9 @@ subsystem startup 29100; /* Must 100 more than startup subsystem. */ #include <hurd/hurd_types.defs> +type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE + ctype: mach_port_t; + #ifdef STARTUP_IMPORTS STARTUP_IMPORTS #endif |