From 5da738512c9abd71ba2028720b90b51db61a2a57 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 28 Oct 1993 21:55:18 +0000 Subject: Formerly msg.defs.~7~ --- hurd/msg.defs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hurd/msg.defs b/hurd/msg.defs index 8e0f8400..3b23a9af 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -65,7 +65,7 @@ routine del_auth ( uids: intarray_t; gids: intarray_t); -/* These four calls fetch and store the ports and other information +/* These eight calls fetch and store the ports and other information that were passed to the process at exec time (see hurd_types.h). The REFPORT can be the task port or the auth port. */ @@ -123,12 +123,12 @@ routine set_dtable ( process: mach_port_t; dtable: portarray_t); +/* These two calls fetch and store a single file descriptor. */ + routine get_fd ( process: mach_port_t; out fd: mach_port_t); -/* These two calls fetch and store a single file descriptor. */ - routine set_fd ( process: mach_port_t; fd: mach_port_t); -- cgit v1.2.3