summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft/patches/patch-c__source_dintime.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/benchfft/patches/patch-c__source_dintime.c')
-rw-r--r--benchmarks/benchfft/patches/patch-c__source_dintime.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/benchmarks/benchfft/patches/patch-c__source_dintime.c b/benchmarks/benchfft/patches/patch-c__source_dintime.c
new file mode 100644
index 00000000000..5cd1948092a
--- /dev/null
+++ b/benchmarks/benchfft/patches/patch-c__source_dintime.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-c__source_dintime.c,v 1.1 2012/07/03 18:19:17 joerg Exp $
+
+--- c_source/dintime.c.orig 2012-07-03 12:47:39.000000000 +0000
++++ c_source/dintime.c
+@@ -16,6 +16,7 @@ struct complex { real r,i; };
+
+ void dint(struct complex *, int, real *);
+
++void
+ dintime( x, length, wtab )
+ struct complex *x;
+ int length;