diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 04:02:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 04:02:16 +0000 |
commit | 3d42c5a83b4ac0c4d92dc754e3e263d818e03fca (patch) | |
tree | 2b6587ad334d2b8cd69f2d8c5ac0c81d65abff08 /hurd | |
parent | 27b996ecf410475d489b3ea6430a30a8d640a833 (diff) |
Formerly auth_reply.defs.~4~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/auth_reply.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/auth_reply.defs b/hurd/auth_reply.defs index ad203b11..d865fa8f 100644 --- a/hurd/auth_reply.defs +++ b/hurd/auth_reply.defs @@ -33,7 +33,7 @@ skip; /* auth_combine */ simpleroutine auth_user_authenticate_reply ( reply_port: reply_port_t; in return_code: kern_return_t; - in newhandle: mach_port_make_send_t); + in newhandle: mach_port_send_t); simpleroutine auth_server_authenticate_reply ( reply_port: reply_port_t; |