freebsd-dev/contrib/nvi/common
Alex Richardson 2bd2b11335 Fix vi build on Linux/macOS
This absolute include causes a build failure on Linux for me:
.../cheri/freebsd/contrib/nvi/cl/../common/common.h:10:10: fatal error: '/usr/include/db.h' file not found

This change patches the file to use #include <db.h> instead until a
solution has been found upstream. See also https://github.com/lichray/nvi2/issues/69

Reviewed By:	bapt
Differential Revision: https://reviews.freebsd.org/D26480
2020-09-21 09:03:42 +00:00
..
args.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
common.h Fix vi build on Linux/macOS 2020-09-21 09:03:42 +00:00
conv.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
conv.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
cut.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
cut.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
delete.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
encoding.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
exf.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
exf.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
extern.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
gs.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
key.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
key.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
line.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
log.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
log.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
main.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
mark.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
mark.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
mem.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
msg.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
msg.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
multibyte.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
options_def.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
options_f.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
options.awk
options.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
options.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
put.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
recover.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
screen.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
screen.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
search.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
seq.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
seq.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
util.c Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00
util.h Update nvi to 2.2.0 2020-09-09 08:38:47 +00:00