Date: Tue, 13 Nov 2001 14:30:34 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: John Baldwin <jhb@FreeBSD.org> Cc: Max Khon <fjoe@iclub.nsu.ru>, current@freebsd.org Subject: Re: initgroups Message-ID: <3BF19F0A.17C2506B@mindspring.com> References: <XFMail.011113122701.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 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?3BF19F0A.17C2506B>