Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 00:10:03 -0800 (PST)
From:      "Tim J. Robbins" <tim@robbins.dropbear.id.au>
To:        freebsd-standards@FreeBSD.org
Subject:   Re: standards/36190: P1003.1-2001 newgrp command
Message-ID:  <200203220810.g2M8A3681181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR standards/36190; it has been noted by GNATS.

From: "Tim J. Robbins" <tim@robbins.dropbear.id.au>
To: Jos Backus <josb@cncdsl.com>
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 <sys/cdefs.h>
  __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 <sys/types.h>
  
 @@ -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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203220810.g2M8A3681181>