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 <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to