=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/resp.c,v retrieving revision 1.45 retrieving revision 1.46 diff -c -r1.45 -r1.46 *** src/usr.bin/cvs/Attic/resp.c 2005/07/14 07:38:35 1.45 --- src/usr.bin/cvs/Attic/resp.c 2005/07/22 16:27:29 1.46 *************** *** 1,4 **** ! /* $OpenBSD: resp.c,v 1.45 2005/07/14 07:38:35 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: resp.c,v 1.46 2005/07/22 16:27:29 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 452,461 **** /* add a directory entry to the parent */ if (entf != NULL) { ! if ((ent = cvs_ent_get(entf, ! CVS_FILE_NAME(cf))) == NULL) { snprintf(buf, sizeof(buf), "D/%s////", ! CVS_FILE_NAME(cf)); ent = cvs_ent_parse(buf); if (ent == NULL) cvs_log(LP_ERR, --- 452,460 ---- /* add a directory entry to the parent */ if (entf != NULL) { ! if ((ent = cvs_ent_get(entf, cf->cf_name)) == NULL) { snprintf(buf, sizeof(buf), "D/%s////", ! cf->cf_name); ent = cvs_ent_parse(buf); if (ent == NULL) cvs_log(LP_ERR,