$NetBSD$ --- src/recurse.c.orig Sun Jul 26 22:54:14 1998 +++ src/recurse.c Tue Apr 20 10:15:04 1999 @@ -364,7 +364,7 @@ if (frame->flags == R_SKIP_ALL) return (0); - should_readlock = noexec ? 0 : frame->readlock; + should_readlock = nolock ? 0 : frame->readlock; /* The fact that locks are not active here is what makes us fail to have the @@ -406,7 +406,7 @@ */ if (server_active /* If there are writelocks around, we cannot pause here. */ - && (should_readlock || noexec)) + && (should_readlock || nolock)) server_pause_check(); #endif