Skip to content

Commit

Permalink
2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
Browse files Browse the repository at this point in the history
        * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
  • Loading branch information
Roland McGrath committed Aug 26, 2008
1 parent 13074b5 commit 0cb269d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion hurd/hurd/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */ \
Expand Down

0 comments on commit 0cb269d

Please sign in to comment.