mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
12 lines
369 B
C
12 lines
369 B
C
--- hfkernel/fsk/fskl1.c.orig 2011-08-05 10:57:44.000000000 -0400
|
|
+++ hfkernel/fsk/fskl1.c 2011-08-05 10:58:19.000000000 -0400
|
|
@@ -376,7 +376,7 @@
|
|
|
|
/* --------------------------------------------------------------------- */
|
|
|
|
-extern __inline__ unsigned int output_one_sample(l1_time_t tm)
|
|
+__inline__ unsigned int output_one_sample(l1_time_t tm)
|
|
{
|
|
int i, j, k;
|
|
|