=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/resp.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/cvs/Attic/resp.c 2004/12/13 17:09:01 1.17 --- src/usr.bin/cvs/Attic/resp.c 2004/12/13 22:53:48 1.18 *************** *** 1,4 **** ! /* $OpenBSD: resp.c,v 1.17 2004/12/13 17:09:01 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: resp.c,v 1.18 2004/12/13 22:53:48 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 584,590 **** ep->ce_mtime = time(&(ep->ce_mtime)); if ((type == CVS_RESP_UPDEXIST) || (type == CVS_RESP_UPDATED) || ! (type == CVS_RESP_MERGED)) { if (cvs_ent_remove(entfile, ep->ce_name) < 0) cvs_log(LP_WARN, "failed to remove entry for `%s'", ep->ce_name); --- 584,590 ---- ep->ce_mtime = time(&(ep->ce_mtime)); if ((type == CVS_RESP_UPDEXIST) || (type == CVS_RESP_UPDATED) || ! (type == CVS_RESP_MERGED) || (type == CVS_RESP_CREATED)) { if (cvs_ent_remove(entfile, ep->ce_name) < 0) cvs_log(LP_WARN, "failed to remove entry for `%s'", ep->ce_name);