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.c.orig 2004-04-13 07:49:04.000000000 -0500
|
|
+++ src/misc/misc.c 2012-06-22 20:40:53.000000000 -0500
|
|
@@ -101,7 +101,7 @@
|
|
}
|
|
|
|
/* ---------------------------------------------------------------------- */
|
|
-
|
|
+#if 0
|
|
/*
|
|
* Integer base-2 logarithm
|
|
*/
|
|
@@ -118,7 +118,7 @@
|
|
|
|
return y;
|
|
}
|
|
-
|
|
+#endif
|
|
/* ---------------------------------------------------------------------- */
|
|
|
|
/*
|