diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-07-11 19:34:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-07-11 19:34:46 +0000 |
commit | 439ec1af9beaa2e8331d58f97ea61abd6b6c821a (patch) | |
tree | 37fd4310e6b8b4e51cc76011c7dfb1dde7f4d5cf | |
parent | 578c6df72e9bdad90d3f3364e06576476cad9c26 (diff) |
Formerly auth_reply.defs.~2~
-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 */ |