Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2010 17:13:16 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r201436 - projects/ngroups/sys/sys
Message-ID:  <201001031713.o03HDGA1099360@svn.freebsd.org>

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



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