diff options
-rw-r--r-- | hurd/auth_reply.defs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/auth_reply.defs b/hurd/auth_reply.defs index 501151fd..26e66287 100644 --- a/hurd/auth_reply.defs +++ b/hurd/auth_reply.defs @@ -21,6 +21,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ subsystem auth_reply 25100; /* must mach auth.defs + 100 */ +#include <hurd/hurd_types.defs> + +type reply_port_t = polymorphic | MACH_MSG_TYPE_PORT_SEND_ONCE + ctype: mach_port_t; + skip; /* auth_getids */ skip; /* auth_makeauth */ |