summaryrefslogtreecommitdiff
path: root/editors/nvi/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nvi/patches/patch-aa')
-rw-r--r--editors/nvi/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nvi/patches/patch-aa b/editors/nvi/patches/patch-aa
index 508be3cbd70..c3af045f01e 100644
--- a/editors/nvi/patches/patch-aa
+++ b/editors/nvi/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.3 2008/12/21 23:02:24 epg Exp $
+$NetBSD: patch-aa,v 1.4 2009/08/07 16:39:20 lukem Exp $
BDB 4.4 and up requires DB_CREATE or it will spew "DB_CREATE must be
specified to create databases." when nvi edits a file.
---- ../common/db.h.orig 2007-11-18 16:41:42.000000000 +0000
-+++ ../common/db.h 2008-12-21 00:18:11.000000000 +0000
+--- ../common/db.h.orig 2007-11-19 03:41:42.000000000 +1100
++++ ../common/db.h
@@ -16,7 +16,10 @@
(env)->remove(env, path, NULL, flags)
#endif