From 0ad65ff786f885c73e80dd43de763cd034b790d2 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 23 Feb 1994 19:02:15 +0000 Subject: Formerly process_reply.defs.~5~ --- hurd/process_reply.defs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'hurd/process_reply.defs') diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index 1ebfdd36..715c9cfd 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -1,5 +1,5 @@ /* Reply half of wait - Copyright (C) 1991, 1993 Free Software Foundation + Copyright (C) 1991, 1993, 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -40,7 +40,10 @@ skip; /* reassign */ skip; /* setowner */ skip; /* getpids */ skip; /* setprocargs */ -skip; /* getmsgport */ +simpleroutine proc_getmsgport_reply ( + reply_port: reply_port_t; + retcode: kern_return_t; + in msgport: mach_port_t); simpleroutine proc_wait_reply ( reply_port: reply_port_t; -- cgit v1.2.3