Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2010 06:11:36 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r202137 - stable/8/sys/fs/procfs
Message-ID:  <201001120611.o0C6BaEi097679@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



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