John Baldwin wrote:
> > +     return setgroups(ngroups, groups);
> >  }
> 
> Style nit:
> 
>         return (setgruops(ngroups, groups));


        return (setgroups(ngroups, groups));

(avoiding cut-and-paste error).

-- Terry

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

Reply via email to