diff options
-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 |