$NetBSD: patch-aq,v 1.8 2005/03/01 15:36:48 wiz Exp $

--- src/recurse.c.orig	2005-01-31 23:15:21.000000000 +0100
+++ src/recurse.c
@@ -554,7 +554,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
