=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/resp.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- src/usr.bin/cvs/Attic/resp.c 2005/08/02 12:06:38 1.52 +++ src/usr.bin/cvs/Attic/resp.c 2005/08/02 12:08:13 1.53 @@ -1,4 +1,4 @@ -/* $OpenBSD: resp.c,v 1.52 2005/08/02 12:06:38 joris Exp $ */ +/* $OpenBSD: resp.c,v 1.53 2005/08/02 12:08:13 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -418,6 +418,7 @@ static int cvs_resp_createdir(char *line) { + int l; CVSFILE *base, *cf; CVSENTRIES *entf; struct stat st;