[BACK]Return to groupaccess.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/groupaccess.c between version 1.1 and 1.2

version 1.1, 2001/01/13 19:06:24 version 1.2, 2001/01/21 19:05:49
Line 25 
Line 25 
 #include "includes.h"  #include "includes.h"
   
 #include "groupaccess.h"  #include "groupaccess.h"
 #include "ssh.h"  
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "match.h"  #include "match.h"
   #include "log.h"
   
 static int ngroups;  static int ngroups;
 static char *groups_byname[NGROUPS_MAX + 1];    /* +1 for base/primary group */  static char *groups_byname[NGROUPS_MAX + 1];    /* +1 for base/primary group */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2