Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 00:37:35 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/sccs/sccscmds/com permiss.c
Message-ID:  <200207180737.g6I7ba46095618@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/07/18 00:37:35 PDT

  Modified files:
    sccs/sccscmds/com    permiss.c 
  Log:
   * Superfluously re-indent code to accomodate functional changes.
  
  Bruce Evans <bde@FreeBSD.org>
   * Use strtoul(3) to get the gid_t value.
   * Check for overflow via errno==ERANGE, and also check for equality after
     reassignment from unsigned long to gid_t, to look for truncation.
  
  Revision  Changes    Path
  1.18      +19 -6     projects/sccs/sccscmds/com/permiss.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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