diff options
Diffstat (limited to 'comms/hf/files/patch-util_testgaussgen.c')
-rw-r--r-- | comms/hf/files/patch-util_testgaussgen.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/hf/files/patch-util_testgaussgen.c b/comms/hf/files/patch-util_testgaussgen.c deleted file mode 100644 index 8a0265be89eb..000000000000 --- a/comms/hf/files/patch-util_testgaussgen.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - |