On Sun, Jul 1, 2012 at 6:25 AM, Samuel Thibault wrote:
> Carl Fredrik Hammar, le Tue 01 Jun 2010 19:53:08 +0200, a écrit :
>> * auth/auth.c (S_auth_user_authenticate,S_auth_server_authenticate):
>> Return EINVAL if rendezvous port dies during transaction.
>>
>> Shall I commit?
>
> It looks good to
On Sun, Jul 1, 2012 at 6:26 AM, Samuel Thibault wrote:
> Carl Fredrik Hammar, le Thu 03 Jun 2010 19:09:55 +0200, a écrit :
>> * auth/auth.c (S_auth_user_authenticate, S_auth_server_authenticate):
>> Fail with EINVAL if RENDEZVOUS is MACH_PORT_NULL.
>>
>> Shall I commit?
>
> ditto.
>
> Samuel
Done
Guillem Jover, le Sun 01 Jul 2012 11:13:28 +0200, a écrit :
> * parser.y (yyerror): Use a format string instead of directly passing
> the argument to error.
Applied, thanks. Don't you have commit access to the savannah repo?
Such patches really don't need review :)
Samuel
* parser.y (yyerror): Use a format string instead of directly passing
the argument to error.
---
parser.y |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parser.y b/parser.y
index cc149da..ade56be 100644
--- a/parser.y
+++ b/parser.y
@@ -131,7 +131,7 @@ static const char *im