$NetBSD: patch-aq,v 1.5 2003/12/12 22:05:56 wiz Exp $

--- src/recurse.c.orig	Tue Nov 11 02:20:10 2003
+++ src/recurse.c
@@ -523,7 +523,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
