From owner-freebsd-standards Fri Mar 22 0:10: 7 2002 Delivered-To: freebsd-standards@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5F5337B419 for ; Fri, 22 Mar 2002 00:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2M8A3681181; Fri, 22 Mar 2002 00:10:03 -0800 (PST) (envelope-from gnats) Date: Fri, 22 Mar 2002 00:10:03 -0800 (PST) Message-Id: <200203220810.g2M8A3681181@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org Cc: From: "Tim J. Robbins" Subject: Re: standards/36190: P1003.1-2001 newgrp command Reply-To: "Tim J. Robbins" Sender: owner-freebsd-standards@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR standards/36190; it has been noted by GNATS. From: "Tim J. Robbins" To: Jos Backus Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: standards/36190: P1003.1-2001 newgrp command Date: Fri, 22 Mar 2002 19:03:33 +1100 On Thu, Mar 21, 2002 at 11:45:49PM -0801, Jos Backus wrote: > On Fri, Mar 22, 2002 at 06:37:05PM +1100, Tim J. Robbins wrote: > > X /* Finally set grop id. */ > > Typo? Fixed. tim@descent$ rcsdiff -u -r1.5 -r1.6 newgrp.c =================================================================== RCS file: RCS/newgrp.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- newgrp.c 2002/03/19 10:53:30 1.5 +++ newgrp.c 2002/03/22 08:01:36 1.6 @@ -30,7 +30,7 @@ #include __FBSDID("$FreeBSD$"); -__RCSID("$Id: newgrp.c,v 1.5 2002/03/19 10:53:30 tim Exp $"); +__RCSID("$Id: newgrp.c,v 1.6 2002/03/22 08:01:36 tim Exp $"); #include @@ -162,7 +162,7 @@ warn("setgroups"); } - /* Finally set grop id. */ + /* Finally set group id. */ if (setgid(grp->gr_gid)) warn("setgid"); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message