aboutsummaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_io-utils.c
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-23 16:25:35 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-23 16:25:35 +0000
commit0b70cc11ffd8c2dce5ad58d94d3a93062dd16caa (patch)
treef47957c34b21b51f26e3ff794dc0b0cca87973af /math/oleo/files/patch-src_io-utils.c
parent9322deab49c8b8752153202cbee9a04773dd2858 (diff)
Notes
Diffstat (limited to 'math/oleo/files/patch-src_io-utils.c')
-rw-r--r--math/oleo/files/patch-src_io-utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/oleo/files/patch-src_io-utils.c b/math/oleo/files/patch-src_io-utils.c
index 05b02e8aa396..6eba715df165 100644
--- a/math/oleo/files/patch-src_io-utils.c
+++ b/math/oleo/files/patch-src_io-utils.c
@@ -1,6 +1,6 @@
---- src/io-utils.c.org Sat Jul 19 13:42:11 2003
-+++ src/io-utils.c Sat Jul 19 13:48:32 2003
-@@ -71,7 +71,7 @@
+--- src/io-utils.c.orig 2001-02-13 23:38:06 UTC
++++ src/io-utils.c
+@@ -71,7 +71,7 @@ char numb_oflo[] = "####################
double __plinf;
double __neinf;
@@ -9,7 +9,7 @@
char nname[] = "#NOT_A_NUMBER";
char iname[] = "#INFINITY";
-@@ -125,7 +125,7 @@
+@@ -125,7 +125,7 @@ init_infinity (void)
__neinf = divide (-1., 0.);
(void) signal (SIGFPE, ignore_sig);
#endif