summaryrefslogtreecommitdiff
path: root/sci-mathematics/euler/files/euler-fortify.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /sci-mathematics/euler/files/euler-fortify.patch
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'sci-mathematics/euler/files/euler-fortify.patch')
-rw-r--r--sci-mathematics/euler/files/euler-fortify.patch15
1 files changed, 6 insertions, 9 deletions
diff --git a/sci-mathematics/euler/files/euler-fortify.patch b/sci-mathematics/euler/files/euler-fortify.patch
index efb366e2cc04..dd68408879ed 100644
--- a/sci-mathematics/euler/files/euler-fortify.patch
+++ b/sci-mathematics/euler/files/euler-fortify.patch
@@ -1,6 +1,5 @@
-diff -Nur euler-1.61.0.orig/src/command.c euler-1.61.0/src/command.c
---- euler-1.61.0.orig/src/command.c 2010-11-19 17:50:54.000000000 +0000
-+++ euler-1.61.0/src/command.c 2010-11-19 18:23:11.000000000 +0000
+--- a/src/command.c
++++ b/src/command.c
@@ -606,7 +606,7 @@
void do_help (void)
{ char name[256];
@@ -10,9 +9,8 @@ diff -Nur euler-1.61.0.orig/src/command.c euler-1.61.0/src/command.c
char *p,*end,*pnote;
builtintyp *b;
scan_space();
-diff -Nur euler-1.61.0.orig/src/stack.h euler-1.61.0/src/stack.h
---- euler-1.61.0.orig/src/stack.h 2010-11-19 17:50:54.000000000 +0000
-+++ euler-1.61.0/src/stack.h 2010-11-19 18:19:23.000000000 +0000
+--- a/src/stack.h
++++ b/src/stack.h
@@ -63,7 +63,7 @@
#endif
} dims;
@@ -22,9 +20,8 @@ diff -Nur euler-1.61.0.orig/src/stack.h euler-1.61.0/src/stack.h
typedef struct { header hd; double val; } realtyp;
-diff -Nur euler-1.61.0.orig/src/udf.c euler-1.61.0/src/udf.c
---- euler-1.61.0.orig/src/udf.c 2010-11-19 17:50:54.000000000 +0000
-+++ euler-1.61.0/src/udf.c 2010-11-19 18:21:20.000000000 +0000
+--- a/src/udf.c
++++ b/src/udf.c
@@ -334,7 +334,7 @@
{ char name[16];
header *hd;