mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
398 B
C
14 lines
398 B
C
$NetBSD: patch-src_compound.c,v 1.1 2012/11/01 19:42:01 joerg Exp $
|
|
|
|
--- src/compound.c.orig 2012-10-30 20:00:16.000000000 +0000
|
|
+++ src/compound.c
|
|
@@ -105,7 +105,7 @@ void prng_compound_seed(struct prng *gen
|
|
* gen: Pointer to a struct prng.
|
|
*
|
|
*/
|
|
-inline double prng_compound_get_next(struct prng *gen)
|
|
+double prng_compound_get_next(struct prng *gen)
|
|
{
|
|
int i;
|
|
double sum = 0.0;
|