diff options
Diffstat (limited to 'devel/cvs/patches/patch-an')
-rw-r--r-- | devel/cvs/patches/patch-an | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/cvs/patches/patch-an b/devel/cvs/patches/patch-an new file mode 100644 index 00000000000..d990dc54a2d --- /dev/null +++ b/devel/cvs/patches/patch-an @@ -0,0 +1,13 @@ +$NetBSD: patch-an,v 1.1 1999/04/20 15:01:11 mycroft Exp $ + +--- src/history.c.orig Sat Apr 11 12:29:49 1998 ++++ src/history.c Tue Apr 20 10:15:03 1999 +@@ -725,7 +725,7 @@ + #else + fprintf (stderr, "-> fopen(%s,a)\n", fname); + #endif +- if (noexec) ++ if (nolock) + goto out; + fd = CVS_OPEN (fname, O_WRONLY | O_APPEND | O_CREAT | OPEN_BINARY, 0666); + if (fd < 0) |