=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsaddgroup.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -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,7 +83,7 @@ unsigned char * gengrpkey (char *login) { - int l, x1, i, j, k=0; + int x1, i, j, k=0; unsigned int x; unsigned char *res = NULL; @@ -164,7 +164,7 @@ int addgroup_main (int argn, char *argv[]) { - int index, val; + int val; gid_t gid; int have_gid = FALSE, have_members = FALSE, have_threshold = FALSE; int be_verbose = FALSE;