diff options
Diffstat (limited to 'comms/hf/files/patch-util_channel.c')
-rw-r--r-- | comms/hf/files/patch-util_channel.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/hf/files/patch-util_channel.c b/comms/hf/files/patch-util_channel.c deleted file mode 100644 index 3075d14079a3..000000000000 --- a/comms/hf/files/patch-util_channel.c +++ /dev/null @@ -1,11 +0,0 @@ ---- util/channel.c.orig 2011-08-05 12:18:02.000000000 -0400 -+++ util/channel.c 2011-08-05 12:18:21.000000000 -0400 -@@ -217,7 +217,7 @@ - * with nrand = 16 and randommax = 0x1000 - */ - --extern __inline__ float randn(void) -+__inline__ float randn(void) - { - int sum = 0, i; - |