Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 14:31:49 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Terry Lambert <tlambert2@mindspring.com>
Cc:        current@freebsd.org, Max Khon <fjoe@iclub.nsu.ru>
Subject:   Re: initgroups
Message-ID:  <XFMail.011113143149.jhb@FreeBSD.org>
In-Reply-To: <3BF19F0A.17C2506B@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 13-Nov-01 Terry Lambert wrote:
> John Baldwin wrote:
>> > +     return setgroups(ngroups, groups);
>> >  }
>> 
>> Style nit:
>> 
>>         return (setgruops(ngroups, groups));
> 
> 
>         return (setgroups(ngroups, groups));
> 
> (avoiding cut-and-paste error).

Yes, my mailer eats tabs and sucks as is well documented, the point was the
()'s. :)

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011113143149.jhb>