=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- src/usr.bin/cvs/Attic/proto.c 2005/08/16 06:37:57 1.76 +++ src/usr.bin/cvs/Attic/proto.c 2005/09/05 19:31:21 1.77 @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.c,v 1.76 2005/08/16 06:37:57 xsa Exp $ */ +/* $OpenBSD: proto.c,v 1.77 2005/09/05 19:31:21 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -1043,7 +1043,7 @@ cvs_sendentry(struct cvsroot *root, const CVSFILE *file) { int l; - char ebuf[128], numbuf[64]; + char ebuf[CVS_ENT_MAXLINELEN], numbuf[64]; if (file->cf_type != DT_REG) { cvs_log(LP_ERR, "attempt to send Entry for non-regular file");