blob: e05732d50a5137361d7001500c161d4edaee380e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.4 2003/01/15 22:49:38 wiz Exp $
--- src/recurse.c.orig Sat Dec 28 19:01:30 2002
+++ src/recurse.c
@@ -511,7 +511,7 @@ do_recursion (frame)
if (frame->flags == R_SKIP_ALL)
return (0);
- 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
|