=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/ssh/servconf.c 1999/11/19 16:04:17 1.23 +++ src/usr.bin/ssh/servconf.c 1999/11/19 20:03:35 1.24 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.23 1999/11/19 16:04:17 markus Exp $"); +RCSID("$Id: servconf.c,v 1.24 1999/11/19 20:03:35 markus Exp $"); #include "ssh.h" #include "servconf.h" @@ -238,7 +238,7 @@ FILE *f; char line[1024]; char *cp, **charptr; - int linenum, *intptr, i, value; + int linenum, *intptr, value; int bad_options = 0; ServerOpCodes opcode;