svn commit: r201436 - projects/ngroups/sys/sys

Brooks Davis brooks at FreeBSD.org
Sun Jan 3 17:13:16 UTC 2010


Author: brooks
Date: Sun Jan  3 17:13:16 2010
New Revision: 201436
URL: http://svn.freebsd.org/changeset/base/201436

Log:
  Remove NGROUPS definition.  Not 100% sure we'll actually want to do
  this, but nothing depends on it in the base of this branch anymore and
  no properly written program should depend on it being a static value.

Modified:
  projects/ngroups/sys/sys/param.h

Modified: projects/ngroups/sys/sys/param.h
==============================================================================
--- projects/ngroups/sys/sys/param.h	Sun Jan  3 17:11:42 2010	(r201435)
+++ projects/ngroups/sys/sys/param.h	Sun Jan  3 17:13:16 2010	(r201436)
@@ -78,7 +78,6 @@
 #define	MAXLOGNAME	17		/* max login name length (incl. NUL) */
 #define	MAXUPRC		CHILD_MAX	/* max simultaneous processes */
 #define	NCARGS		ARG_MAX		/* max bytes for an exec function */
-#define	NGROUPS		(NGROUPS_MAX+1)	/* max number groups */
 #define	NOFILE		OPEN_MAX	/* max open files per process */
 #define	NOGROUP		65535		/* marker for empty group set member */
 #define MAXHOSTNAMELEN	256		/* max hostname size */


More information about the svn-src-projects mailing list