mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
367 B
C
14 lines
367 B
C
$NetBSD: patch-c__source_idintime.c,v 1.1 2012/07/03 18:19:17 joerg Exp $
|
|
|
|
--- c_source/idintime.c.orig 2012-07-03 12:50:24.000000000 +0000
|
|
+++ c_source/idintime.c
|
|
@@ -14,7 +14,7 @@ struct complex { real r,i; };
|
|
|
|
void idint(struct complex*x,int,real*);
|
|
|
|
-idintime( x, length, wtab )
|
|
+void idintime( x, length, wtab )
|
|
struct complex x[];
|
|
int length;
|
|
real *wtab;
|