diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-11-30 19:14:21 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-07 18:51:21 +0100 |
commit | 7525cfa63719a65d5c5f924219b13a0111f1343f (patch) | |
tree | 459dbac35248cc6b5b0c93e8764d42b5a5d541b6 /testing/nvi/19include_term_h.patch | |
parent | 4b763f9b85d0696d458ffbd14d99544cdd7550cf (diff) | |
download | aports-7525cfa63719a65d5c5f924219b13a0111f1343f.tar.bz2 aports-7525cfa63719a65d5c5f924219b13a0111f1343f.tar.xz |
testing/nvi: new aport
Including a subset of the debian patchset.
Diffstat (limited to 'testing/nvi/19include_term_h.patch')
-rw-r--r-- | testing/nvi/19include_term_h.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/nvi/19include_term_h.patch b/testing/nvi/19include_term_h.patch new file mode 100644 index 0000000000..bb774e0579 --- /dev/null +++ b/testing/nvi/19include_term_h.patch @@ -0,0 +1,25 @@ +From: <hesso@pool.math.tu-berlin.de> +Subject: Add <term.h> to the include list to suppress a few warnings. + +diff -Naur nvi-1.81.6.orig/cl/cl_funcs.c nvi-1.81.6/cl/cl_funcs.c +--- nvi-1.81.6.orig/cl/cl_funcs.c 2007-11-18 17:41:42.000000000 +0100 ++++ nvi-1.81.6/cl/cl_funcs.c 2008-05-01 18:23:08.000000000 +0200 +@@ -18,6 +18,7 @@ + #include <sys/time.h> + + #include <bitstring.h> ++#include <term.h> + #include <ctype.h> + #include <signal.h> + #include <stdio.h> +diff -Naur nvi-1.81.6.orig/cl/cl_screen.c nvi-1.81.6/cl/cl_screen.c +--- nvi-1.81.6.orig/cl/cl_screen.c 2007-11-18 17:41:42.000000000 +0100 ++++ nvi-1.81.6/cl/cl_screen.c 2008-05-01 18:23:02.000000000 +0200 +@@ -17,6 +17,7 @@ + #include <sys/queue.h> + + #include <bitstring.h> ++#include <term.h> + #include <errno.h> + #include <signal.h> + #include <stdio.h> |