=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.48 retrieving revision 1.49 diff -c -r1.48 -r1.49 *** src/usr.bin/cvs/Attic/proto.c 2005/04/18 23:56:19 1.48 --- src/usr.bin/cvs/Attic/proto.c 2005/04/22 15:16:15 1.49 *************** *** 1,4 **** ! /* $OpenBSD: proto.c,v 1.48 2005/04/18 23:56:19 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: proto.c,v 1.49 2005/04/22 15:16:15 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 1018,1024 **** if (file->cf_cvstat == CVS_FST_UNKNOWN) return (0); ! snprintf(ebuf, sizeof(ebuf), "/%s/%s///", file->cf_name, rcsnum_tostr(file->cf_lrev, numbuf, sizeof(numbuf))); return cvs_sendreq(root, CVS_REQ_ENTRY, ebuf); --- 1018,1025 ---- if (file->cf_cvstat == CVS_FST_UNKNOWN) return (0); ! snprintf(ebuf, sizeof(ebuf), "/%s/%s%s///", file->cf_name, ! (file->cf_cvstat == CVS_FST_REMOVED) ? "-" : "", rcsnum_tostr(file->cf_lrev, numbuf, sizeof(numbuf))); return cvs_sendreq(root, CVS_REQ_ENTRY, ebuf);