forked from Lainports/freebsd-ports
- Also converted to options NG while in here. - Added another distribution site. PR: ports/169173 [1] Submitted by: carl@stagecraft.cx
20 lines
398 B
C
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
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/*
|