svn commit: r202137 - stable/8/sys/fs/procfs

Brooks Davis brooks at FreeBSD.org
Tue Jan 12 06:11:37 UTC 2010


Author: brooks
Date: Tue Jan 12 06:11:36 2010
New Revision: 202137
URL: http://svn.freebsd.org/changeset/base/202137

Log:
  MFC r201954:
  
    Update the comment on printing group membership to reflect that fact
    that each group the process is a member of is printed rather than
    an entry for each group the user could be a member of.

Modified:
  stable/8/sys/fs/procfs/procfs_status.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/fs/procfs/procfs_status.c
==============================================================================
--- stable/8/sys/fs/procfs/procfs_status.c	Tue Jan 12 06:09:56 2010	(r202136)
+++ stable/8/sys/fs/procfs/procfs_status.c	Tue Jan 12 06:11:36 2010	(r202137)
@@ -82,7 +82,7 @@ procfs_doprocstatus(PFS_FILL_ARGS)
 	sid = sess->s_leader ? sess->s_leader->p_pid : 0;
 
 /* comm pid ppid pgid sid tty ctty,sldr start ut st wmsg
-				euid ruid rgid,egid,groups[1 .. NGROUPS]
+				euid ruid rgid,egid,groups[1 .. ngroups]
 */
 
 	pc = p->p_comm;


More information about the svn-src-stable mailing list