summaryrefslogtreecommitdiff
path: root/math/gsl/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/gsl/patches/patch-ab')
-rw-r--r--math/gsl/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gsl/patches/patch-ab b/math/gsl/patches/patch-ab
new file mode 100644
index 00000000000..a780bc3b53b
--- /dev/null
+++ b/math/gsl/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2006/10/22 19:51:05 schwarz Exp $
+
+--- ./randist/gausszig.c.orig 2006-10-22 10:54:48.000000000 +0200
++++ ./randist/gausszig.c 2006-10-22 10:55:05.000000000 +0200
+@@ -164,7 +164,7 @@
+
+
+ double
+-gsl_ran_gaussian_ziggurat (const gsl_rng * r, double sigma)
++gsl_ran_gaussian_ziggurat (const gsl_rng * r, const double sigma)
+ {
+ unsigned long int i, j;
+ int sign;