upped limit to keep sites with many users happy
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 19 Aug 1983 05:56:20 +0000 (21:56 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 19 Aug 1983 05:56:20 +0000 (21:56 -0800)
SCCS-vsn: lib/libc/gen/getgrent.c 4.3

usr/src/lib/libc/gen/getgrent.c

index da56f25..d4efd41 100644 (file)
@@ -1,9 +1,9 @@
-/* @(#)getgrent.c      4.2 (Berkeley) %G% */
+/* @(#)getgrent.c      4.3 (Berkeley) %G% */
 
 #include <stdio.h>
 #include <grp.h>
 
 
 #include <stdio.h>
 #include <grp.h>
 
-#define        MAXGRP  100
+#define        MAXGRP  200
 
 static char GROUP[] = "/etc/group";
 static FILE *grf = NULL;
 
 static char GROUP[] = "/etc/group";
 static FILE *grf = NULL;