unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob e2dbd4910689f15433121ec12f2e0d13f3d1341f 900 bytes (raw)
name: gnu/packages/patches/nvi-include-term-h.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
This patch originates from the Debian project, see https://www.debian.org/

19include_term_h.dpatch by  <hesso@pool.math.tu-berlin.de>


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>

debug log:

solving e2dbd49 ...
found e2dbd49 in https://yhetil.org/guix-devel/54BE9C68.9070103@gmail.com/

applying [1/1] https://yhetil.org/guix-devel/54BE9C68.9070103@gmail.com/
diff --git a/gnu/packages/patches/nvi-include-term-h.patch b/gnu/packages/patches/nvi-include-term-h.patch
new file mode 100644
index 0000000..e2dbd49

1:19: trailing whitespace.
 
1:30: trailing whitespace.
 
Checking patch gnu/packages/patches/nvi-include-term-h.patch...
Applied patch gnu/packages/patches/nvi-include-term-h.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 e2dbd4910689f15433121ec12f2e0d13f3d1341f	gnu/packages/patches/nvi-include-term-h.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).