summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvs/patches/patch-aq')
-rw-r--r--devel/cvs/patches/patch-aq19
1 files changed, 5 insertions, 14 deletions
diff --git a/devel/cvs/patches/patch-aq b/devel/cvs/patches/patch-aq
index a77d6e1ffa2..e05732d50a5 100644
--- a/devel/cvs/patches/patch-aq
+++ b/devel/cvs/patches/patch-aq
@@ -1,22 +1,13 @@
-$NetBSD: patch-aq,v 1.3 2002/11/24 21:31:25 hubertf Exp $
+$NetBSD: patch-aq,v 1.4 2003/01/15 22:49:38 wiz Exp $
---- src/recurse.c.orig Wed Jun 27 06:20:51 2001
+--- src/recurse.c.orig Sat Dec 28 19:01:30 2002
+++ src/recurse.c
-@@ -511,7 +511,7 @@
+@@ -511,7 +511,7 @@ do_recursion (frame)
if (frame->flags == R_SKIP_ALL)
return (0);
-- should_readlock = noexec ? 0 : frame->readlock;
-+ should_readlock = nolock ? 0 : frame->readlock;
+- locktype = noexec ? CVS_LOCK_NONE : frame->locktype;
++ locktype = nolock ? CVS_LOCK_NONE : frame->locktype;
/* The fact that locks are not active here is what makes us fail to have
the
-@@ -553,7 +553,7 @@
- */
- if (server_active
- /* If there are writelocks around, we cannot pause here. */
-- && (should_readlock || noexec))
-+ && (should_readlock || nolock))
- server_pause_check();
- #endif
-