=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.c,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/usr.bin/cvs/file.c 2005/05/20 17:23:18 1.75 --- src/usr.bin/cvs/file.c 2005/05/22 17:47:53 1.76 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.75 2005/05/20 17:23:18 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.76 2005/05/22 17:47:53 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 614,626 **** char *cur, *np; char pbuf[MAXPATHLEN], fpath[MAXPATHLEN]; struct dirent *ent; ! CVSFILE *cfp, *moo; struct cvs_ent *cvsent; struct cvs_flist dirs; DIR *dirp; CVSENTRIES *entfile; - moo = NULL; check_entry = ndirs = nfiles = 0; SIMPLEQ_INIT(&dirs); --- 614,625 ---- char *cur, *np; char pbuf[MAXPATHLEN], fpath[MAXPATHLEN]; struct dirent *ent; ! CVSFILE *cfp; struct cvs_ent *cvsent; struct cvs_flist dirs; DIR *dirp; CVSENTRIES *entfile; check_entry = ndirs = nfiles = 0; SIMPLEQ_INIT(&dirs);