Subject: CVS commit: src/usr.bin/id
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/11/2006 17:16:01
Module Name:	src
Committed By:	christos
Date:		Sat Mar 11 17:16:01 UTC 2006

Modified Files:
	src/usr.bin/id: id.c

Log Message:
PR/33054: Nicolas Joly: id(1) sometimes report a duplicate group when a user
is not specified. This is because it prints getgid() and getgroups(). If the
getgid() is in the getgroups() set, it was printed twice. This is now detected
and the duplicate printing is avoided.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/usr.bin/id/id.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.