freebsd-ports/comms/gmfsk/files/extra-patch-misc_misc.h
Diane Bruce da6a1e956c - This update fixes the log2 build error. [1]
- Also converted to options NG while in here.
- Added another distribution site.

PR:		ports/169173 [1]
Submitted by:	carl@stagecraft.cx
2012-06-24 22:54:03 +00:00

20 lines
398 B
C

--- src/misc/misc.h.orig 2004-04-13 07:45:19.000000000 -0500
+++ src/misc/misc.h 2012-06-22 20:41:11.000000000 -0500
@@ -102,7 +102,7 @@
}
/* ---------------------------------------------------------------------- */
-
+#if 0
/*
* Integer base-2 logarithm
*/
@@ -119,7 +119,7 @@
return y;
}
-
+#endif
/* ---------------------------------------------------------------------- */
/*