You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Joe Orton <jo...@redhat.com> on 2007/06/29 19:07:33 UTC

Re: svn commit: r551921 - /apr/apr/trunk/locks/unix/proc_mutex.c

On Fri, Jun 29, 2007 at 03:08:16PM -0000, davi@apache.org wrote:
> Author: davi
> Date: Fri Jun 29 08:08:15 2007
> New Revision: 551921

> +    if ((psem == (sem_t *)SEM_FAILED)) {

... minor nit, those parantheses are now redundant.


Re: svn commit: r551921 - /apr/apr/trunk/locks/unix/proc_mutex.c

Posted by Davi Arnaut <da...@haxent.com.br>.
On 29/06/2007, at 14:07, Joe Orton wrote:

> On Fri, Jun 29, 2007 at 03:08:16PM -0000, davi@apache.org wrote:
>> Author: davi
>> Date: Fri Jun 29 08:08:15 2007
>> New Revision: 551921
>
>> +    if ((psem == (sem_t *)SEM_FAILED)) {
>
> ... minor nit, those parantheses are now redundant.
>

Fixed, thanks.

--
Davi Arnaut