From owner-freebsd-current Tue Nov 13 14:29:46 2001 Delivered-To: freebsd-current@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 8931D37B405; Tue, 13 Nov 2001 14:29:44 -0800 (PST) Received: from dialup-209.245.141.251.dial1.sanjose1.level3.net ([209.245.141.251] helo=mindspring.com) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 163m3r-0002sq-00; Tue, 13 Nov 2001 14:29:44 -0800 Message-ID: <3BF19F0A.17C2506B@mindspring.com> Date: Tue, 13 Nov 2001 14:30:34 -0800 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: Max Khon , current@freebsd.org Subject: Re: initgroups References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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