=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remove.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- src/usr.bin/cvs/remove.c 2007/02/22 06:42:09 1.64 +++ src/usr.bin/cvs/remove.c 2007/06/28 21:38:09 1.65 @@ -1,4 +1,4 @@ -/* $OpenBSD: remove.c,v 1.64 2007/02/22 06:42:09 otto Exp $ */ +/* $OpenBSD: remove.c,v 1.65 2007/06/28 21:38:09 xsa Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria * @@ -135,7 +135,7 @@ cvs_remove_local(struct cvs_file *cf) { CVSENTRIES *entlist; - char *entry, buf[MAXPATHLEN], tbuf[32], rbuf[16]; + char *entry, buf[MAXPATHLEN], tbuf[CVS_TIME_BUFSZ], rbuf[CVS_REV_BUFSZ]; cvs_log(LP_TRACE, "cvs_remove_local(%s)", cf->file_path);