From owner-freebsd-current Tue Nov 13 14:31:54 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id A935037B419 for ; Tue, 13 Nov 2001 14:31:50 -0800 (PST) Received: (qmail 33285 invoked from network); 13 Nov 2001 22:31:49 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Nov 2001 22:31:49 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3BF19F0A.17C2506B@mindspring.com> Date: Tue, 13 Nov 2001 14:31:49 -0800 (PST) From: John Baldwin To: Terry Lambert Subject: Re: initgroups Cc: current@freebsd.org, Max Khon Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 <>< 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