c02b407e92
filesystem without interference from devel/CVS metadata. PKGNAME stays the same. Discussed with agc.
13 lines
438 B
Text
13 lines
438 B
Text
$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
|