diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-24 07:59:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-24 07:59:23 +0000 |
commit | 652c43e7ba8ab2cce576d6e30b1f05681cce5b19 (patch) | |
tree | eb2cdfe4c7d6442ac5a31cbb523f363a85ccc0a2 | |
parent | 06b8c74474a77d03f9e3fca55b3fc7c97fb319e9 (diff) |
entered into RCS
-rw-r--r-- | hurd/process_reply.defs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/process_reply.defs b/hurd/process_reply.defs index 180bc3b5..2e22b7c8 100644 --- a/hurd/process_reply.defs +++ b/hurd/process_reply.defs @@ -45,7 +45,8 @@ simpleroutine proc_setmsgport_reply ( skip; /* reassign */ skip; /* setowner */ skip; /* getpids */ -skip; /* setprocargs */ +skip; /* set_arg_locations */ +skip; /* get_arg_locations */ simpleroutine proc_getmsgport_reply ( reply_port: reply_port_t; |