diff options
author | Roland McGrath <roland@gnu.org> | 1995-01-17 08:19:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-01-17 08:19:53 +0000 |
commit | d110aeadd4bb30c191b993f31844d27b057be3ae (patch) | |
tree | 4dd646b735a47bf2eaad49564a149f6a7797c05d /hurd/msg_reply.defs | |
parent | 281e9389d4296c491fe454721b330d5cdfba1a64 (diff) |
Fix RPC name in last change.
Diffstat (limited to 'hurd/msg_reply.defs')
-rw-r--r-- | hurd/msg_reply.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs index 53d5adb2..4f05ac48 100644 --- a/hurd/msg_reply.defs +++ b/hurd/msg_reply.defs @@ -51,6 +51,6 @@ skip; /* startup_dosync */ skip; /* dir_changed */ skip; /* file_changed */ -simpleroutine sig_post_reply ( +simpleroutine sig_post_untraced_reply ( reply_port: reply_port_t; in return_code: kern_return_t); |