1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/hf/files/patch-util_testgaussgen.c
2011-08-06 01:57:09 +00:00

12 lines
290 B
C

--- util/testgaussgen.c.orig 2011-08-05 12:28:30.000000000 -0400
+++ util/testgaussgen.c 2011-08-05 12:31:35.000000000 -0400
@@ -72,7 +72,7 @@
* with nrand = 16 and randommax = 0x1000
*/
-extern __inline__ float randn(void)
+__inline__ float randn(void)
{
int sum = 0, i;