get rid of spurious #define in user.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 11 May 1990 03:59:45 +0000 (19:59 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 11 May 1990 03:59:45 +0000 (19:59 -0800)
SCCS-vsn: sys/kern/init_main.c 7.25

usr/src/sys/kern/init_main.c

index af1720f..195d4a7 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)init_main.c 7.24 (Berkeley) %G%
+ *     @(#)init_main.c 7.25 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -127,7 +127,7 @@ main(firstaddr)
         * Setup credentials
         */
        u.u_cred = crget();
         * Setup credentials
         */
        u.u_cred = crget();
-       u.u_ngroups = 1;
+       u.u_cred->cr_ngroups = 1;
 
        startrtclock();
 #if defined(vax)
 
        startrtclock();
 #if defined(vax)