=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/repo.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/cvs/Attic/repo.c 2005/05/31 08:58:48 1.4 --- src/usr.bin/cvs/Attic/repo.c 2005/07/07 14:27:57 1.5 *************** *** 1,4 **** ! /* $OpenBSD: repo.c,v 1.4 2005/05/31 08:58:48 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: repo.c,v 1.5 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. *************** *** 197,203 **** * Another process has already locked the entry with a write * lock, so regardless of the type of lock we are requesting, * we'll have to wait in the pending requests queue. ! */ if (ent->cr_wlock->lk_owner == owner) { cvs_log(LP_WARN, "double-lock attempt"); free(lk); --- 197,203 ---- * Another process has already locked the entry with a write * lock, so regardless of the type of lock we are requesting, * we'll have to wait in the pending requests queue. ! */ if (ent->cr_wlock->lk_owner == owner) { cvs_log(LP_WARN, "double-lock attempt"); free(lk); *************** *** 282,288 **** * cvs_repo_alias() * * Add a new module entry with name in the repository , which ! * points to the path within the repository. * Returns 0 on success, or -1 on failure. */ int --- 282,288 ---- * cvs_repo_alias() * * Add a new module entry with name in the repository , which ! * points to the path within the repository. * Returns 0 on success, or -1 on failure. */ int