summaryrefslogtreecommitdiff
path: root/libhurd-mm/exceptions.c
diff options
context:
space:
mode:
authorneal <neal>2007-11-29 10:36:09 +0000
committerneal <neal>2007-11-29 10:36:09 +0000
commit6aadbf79f4e91060081e6b454054b9993a7bdd6c (patch)
treecb27ce85e13bb9da7ffba2ea9293dda4d25338aa /libhurd-mm/exceptions.c
parenta14f94e6ff0a77c2297d784bad6bbf95842ee8fe (diff)
hurd/
2007-11-29 Neal H. Walfield <neal@gnu.org> * rpc.h (RPC_MARSHAL): Rename from this... (RPC_SEND_MARSHAL): ... to this. Update users. (RPC_UNMARSHAL): Rename from this... (RPC_REPLY_UNMARSHAL): ... to this. Update users. viengoos/ 2007-11-29 Neal H. Walfield <neal@gnu.org> * server.c (server_loop): Use exception_fault_send_marshal, not exception_fault_marshal. libhurd-mm/ 2007-11-29 Neal H. Walfield <neal@gnu.org> * exceptions.c (exception_handler_loop): Use rm_exception_collect_send_marshal, not rm_exception_collect_marshal.
Diffstat (limited to 'libhurd-mm/exceptions.c')
-rw-r--r--libhurd-mm/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhurd-mm/exceptions.c b/libhurd-mm/exceptions.c
index bb74ccf..f6adce2 100644
--- a/libhurd-mm/exceptions.c
+++ b/libhurd-mm/exceptions.c
@@ -75,7 +75,7 @@ exception_handler_loop (void)
for (;;)
{
l4_msg_t msg;
- rm_exception_collect_marshal (&msg);
+ rm_exception_collect_send_marshal (&msg);
l4_msg_load (msg);
l4_thread_id_t from;