=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remove.c,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** src/usr.bin/cvs/remove.c 2008/06/14 03:19:15 1.78 --- src/usr.bin/cvs/remove.c 2008/06/23 20:51:08 1.79 *************** *** 1,4 **** ! /* $OpenBSD: remove.c,v 1.78 2008/06/14 03:19:15 joris Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: remove.c,v 1.79 2008/06/23 20:51:08 ragge Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria * *************** *** 200,206 **** entry = xmalloc(CVS_ENT_MAXLINELEN); cvs_ent_line_str(cf->file_name, rbuf, tbuf, ! cf->file_ent->ce_opts ? : "", sticky, 0, 1, entry, CVS_ENT_MAXLINELEN); if (cvs_server_active == 1) { --- 200,207 ---- entry = xmalloc(CVS_ENT_MAXLINELEN); cvs_ent_line_str(cf->file_name, rbuf, tbuf, ! cf->file_ent->ce_opts ? ! cf->file_ent->ce_opts : "", sticky, 0, 1, entry, CVS_ENT_MAXLINELEN); if (cvs_server_active == 1) {