blob: e66a6f85aa0513e6bcc78ced9d256f28728daf5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.1 2007/05/27 09:49:53 schmonz Exp $
--- src/recurse.c.orig 2005-09-04 02:26:43.000000000 +0200
+++ src/recurse.c
@@ -551,7 +551,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
|