summaryrefslogtreecommitdiff
path: root/comms/gmfsk/files/patch-src_misc_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gmfsk/files/patch-src_misc_misc.c')
-rw-r--r--comms/gmfsk/files/patch-src_misc_misc.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/comms/gmfsk/files/patch-src_misc_misc.c b/comms/gmfsk/files/patch-src_misc_misc.c
deleted file mode 100644
index 9796be1e2b7d..000000000000
--- a/comms/gmfsk/files/patch-src_misc_misc.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/misc/misc.c.orig 2004-04-13 05:49:04.000000000 -0700
-+++ src/misc/misc.c 2014-06-21 02:32:50.000000000 -0700
-@@ -101,7 +101,7 @@
- }
-
- /* ---------------------------------------------------------------------- */
--
-+#ifndef FBSD_HAS_LOG2
- /*
- * Integer base-2 logarithm
- */
-@@ -118,7 +118,7 @@
-
- return y;
- }
--
-+#endif
- /* ---------------------------------------------------------------------- */
-
- /*