2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
authorRoland McGrath <roland@gnu.org>
Tue, 26 Aug 2008 19:10:41 +0000 (19:10 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 26 Aug 2008 19:10:41 +0000 (19:10 +0000)
        * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.

ChangeLog
hurd/hurd/signal.h

index 203349fde8f66481a54082452bd6d90db1049d33..3dd33e75df1dc796875cfb8723c5bda7e6f0bd1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
+
+        * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
+
 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile (check-data): Check data directory in add-ons.
index d4bcaf26aa4c4736227285961ece774788a554da..21e30c5729914a55f12805ed77a606f76406168e 100644 (file)
@@ -347,7 +347,7 @@ extern mach_msg_timeout_t _hurd_interrupted_rpc_timeout;
        if (__err)                                                            \
          break;                                                              \
        /* Get the reference port.  */                                        \
-       _err = (fetch_refport_expr);                                          \
+       __err = (fetch_refport_expr);                                         \
        if (__err)                                                            \
          {                                                                   \
            /* Couldn't get it; deallocate MSGPORT and fail.  */              \