=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsaddgroup.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/tcfs/Attic/tcfsaddgroup.c 2000/06/19 03:23:04 1.2 --- src/usr.bin/tcfs/Attic/tcfsaddgroup.c 2000/06/19 20:06:19 1.3 *************** *** 83,89 **** unsigned char * gengrpkey (char *login) { ! int l, x1, i, j, k=0; unsigned int x; unsigned char *res = NULL; --- 83,89 ---- unsigned char * gengrpkey (char *login) { ! int x1, i, j, k=0; unsigned int x; unsigned char *res = NULL; *************** *** 164,170 **** int addgroup_main (int argn, char *argv[]) { ! int index, val; gid_t gid; int have_gid = FALSE, have_members = FALSE, have_threshold = FALSE; int be_verbose = FALSE; --- 164,170 ---- int addgroup_main (int argn, char *argv[]) { ! int val; gid_t gid; int have_gid = FALSE, have_members = FALSE, have_threshold = FALSE; int be_verbose = FALSE;