=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsrmgroup.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/tcfs/Attic/tcfsrmgroup.c 2000/06/19 20:35:48 1.4 +++ src/usr.bin/tcfs/Attic/tcfsrmgroup.c 2000/06/19 20:54:12 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsrmgroup.c,v 1.4 2000/06/19 20:35:48 fgsch Exp $ */ +/* $OpenBSD: tcfsrmgroup.c,v 1.5 2000/06/19 20:54:12 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -30,7 +30,7 @@ int rmgroup_main (int argn, char *argv[]) { - int index, val; + int val; gid_t gid; int have_gid = FALSE, be_verbose = FALSE;