diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-18 00:04:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-18 00:04:09 +0000 |
commit | 60485b9c2ff27fe19d1b824f0154de3f56c21e55 (patch) | |
tree | d9c0b15273ef7022eb50a33b25c5d124857725a7 /hurd/msg.defs | |
parent | 516860ccb44a898bcc7430a2420721e8cbe19909 (diff) |
Formerly msg.defs.~15~
Diffstat (limited to 'hurd/msg.defs')
-rw-r--r-- | hurd/msg.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/msg.defs b/hurd/msg.defs index a3771ea9..84a38bd6 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -170,7 +170,7 @@ routine set_env_variable ( /* A select call has completed. */ routine io_select_done ( - notify_port: mach_port_t; + notify_port: mach_port_poly_t; select_result: int; id_tag: int); |