=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/resp.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/cvs/Attic/resp.c 2004/08/13 13:24:13 1.5 --- src/usr.bin/cvs/Attic/resp.c 2004/08/13 13:27:52 1.6 *************** *** 1,4 **** ! /* $OpenBSD: resp.c,v 1.5 2004/08/13 13:24:13 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: resp.c,v 1.6 2004/08/13 13:27:52 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 497,509 **** static int cvs_resp_updated(struct cvsroot *root, int type, char *line) { - size_t len; mode_t fmode; char path[MAXPATHLEN], cksum_buf[CVS_CKSUM_LEN]; BUF *fbuf; CVSFILE *cf; struct cvs_ent *ep; - struct tm tm; struct timeval tv[2]; STRIP_SLASH(line); --- 497,507 ----