diff options
Diffstat (limited to 'app-editors/nvi/files/nvi-1.81.6-db44.patch')
-rw-r--r-- | app-editors/nvi/files/nvi-1.81.6-db44.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/nvi/files/nvi-1.81.6-db44.patch b/app-editors/nvi/files/nvi-1.81.6-db44.patch index d247c02b9915..7385137a68c8 100644 --- a/app-editors/nvi/files/nvi-1.81.6-db44.patch +++ b/app-editors/nvi/files/nvi-1.81.6-db44.patch @@ -1,8 +1,8 @@ First part is from http://cvsweb.se.netbsd.org/cgi-bin/bsdweb.cgi/pkgsrc/editors/nvi/patches/patch-aa?rev=1.3;content-type=text/plain ---- ../common/db.h -+++ ../common/db.h +--- common/db.h ++++ common/db.h @@ -16,7 +16,10 @@ (env)->remove(env, path, NULL, flags) #endif @@ -15,8 +15,8 @@ #define db_open(db,file,type,flags,mode) \ (db)->open(db, NULL, file, NULL, type, flags, mode) #else ---- ../common/msg.c -+++ ../common/msg.c +--- common/msg.c ++++ common/msg.c @@ -724,7 +724,8 @@ p = buf; } else |