From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-crypt/stan/files/stan-0.4.1-errno.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 app-crypt/stan/files/stan-0.4.1-errno.patch (limited to 'app-crypt/stan/files/stan-0.4.1-errno.patch') diff --git a/app-crypt/stan/files/stan-0.4.1-errno.patch b/app-crypt/stan/files/stan-0.4.1-errno.patch new file mode 100644 index 000000000000..6bce4ba7e0d4 --- /dev/null +++ b/app-crypt/stan/files/stan-0.4.1-errno.patch @@ -0,0 +1,26 @@ +--- a/src/data.c 2005-12-05 13:23:44.000000000 +0200 ++++ b/src/data.c 2005-12-05 13:24:31.000000000 +0200 +@@ -55,7 +55,9 @@ + #include + #include + +-extern int errno, verbose, progress, bits; ++#include ++ ++extern int verbose, progress, bits; + extern tnode_t **treap; + extern bnode_t *bintree; + size_t size = 0; +--- a/src/stan.c 2005-12-05 13:23:49.000000000 +0200 ++++ b/src/stan.c 2005-12-05 13:24:57.000000000 +0200 +@@ -46,7 +46,9 @@ + #include + #include + +-int errno, verbose = 0, progress = 0, bits = 0; ++#include ++ ++int verbose = 0, progress = 0, bits = 0; + + void print_usage() + { -- cgit v1.2.3