svn commit: r192086 - projects/ngroups/lib/libc/rpc

Brooks Davis brooks at FreeBSD.org
Thu May 14 06:48:39 UTC 2009


Author: brooks
Date: Thu May 14 06:48:38 2009
New Revision: 192086
URL: http://svn.freebsd.org/changeset/base/192086

Log:
  Don't ifndef NGROUPS for a base system program.  If it's not defined,
  we shouldn't be using it.

Modified:
  projects/ngroups/lib/libc/rpc/netname.c

Modified: projects/ngroups/lib/libc/rpc/netname.c
==============================================================================
--- projects/ngroups/lib/libc/rpc/netname.c	Thu May 14 05:27:09 2009	(r192085)
+++ projects/ngroups/lib/libc/rpc/netname.c	Thu May 14 06:48:38 2009	(r192086)
@@ -61,9 +61,6 @@ __FBSDID("$FreeBSD$");
 #ifndef MAXHOSTNAMELEN
 #define MAXHOSTNAMELEN 256
 #endif
-#ifndef NGROUPS
-#define NGROUPS 16
-#endif
 
 #define TYPE_BIT(type)  (sizeof (type) * CHAR_BIT)
 


More information about the svn-src-projects mailing list