summaryrefslogtreecommitdiff
path: root/astro/libnova/files/patch-src_hyperbolic_motion.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/libnova/files/patch-src_hyperbolic_motion.c
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'astro/libnova/files/patch-src_hyperbolic_motion.c')
-rw-r--r--astro/libnova/files/patch-src_hyperbolic_motion.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/astro/libnova/files/patch-src_hyperbolic_motion.c b/astro/libnova/files/patch-src_hyperbolic_motion.c
deleted file mode 100644
index f5af5ce7154c..000000000000
--- a/astro/libnova/files/patch-src_hyperbolic_motion.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/hyperbolic_motion.c.orig Tue Jul 5 11:09:22 2005
-+++ src/hyperbolic_motion.c Sat Feb 18 02:17:12 2006
-@@ -69,12 +69,12 @@
- F = Z1 * G1;
- Q3 = Q3 + F;
- if (Z > 100 || fabs(F) > 10000)
-- return nan("0");
-+ return strtod("NAN(0)", NULL);
- if (fabs(F) > PREC)
- goto next_z;
- L++;
- if (L > 100)
-- return nan("0");
-+ return strtod("NAN(0)", NULL);
- do
- {
- S1 = S;