=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remove.c,v retrieving revision 1.74 retrieving revision 1.75 diff -c -r1.74 -r1.75 *** src/usr.bin/cvs/remove.c 2008/06/08 02:54:08 1.74 --- src/usr.bin/cvs/remove.c 2008/06/08 18:08:34 1.75 *************** *** 1,4 **** ! /* $OpenBSD: remove.c,v 1.74 2008/06/08 02:54:08 tobias Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria * --- 1,4 ---- ! /* $OpenBSD: remove.c,v 1.75 2008/06/08 18:08:34 joris Exp $ */ /* * Copyright (c) 2005, 2006 Xavier Santolaria * *************** *** 186,192 **** cf->file_name); } return; ! default: rcsnum_tostr(cf->file_ent->ce_rev, rbuf, sizeof(rbuf)); ctime_r(&cf->file_ent->ce_mtime, tbuf); --- 186,193 ---- cf->file_name); } return; ! case FILE_LOST: ! printf("%d\n", cf->file_status); rcsnum_tostr(cf->file_ent->ce_rev, rbuf, sizeof(rbuf)); ctime_r(&cf->file_ent->ce_mtime, tbuf);