Signed-off-by: Jarno Rajahalme <[email protected]>
---
lib/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/util.c b/lib/util.c
index a32c80a..75d443d 100644
--- a/lib/util.c
+++ b/lib/util.c
@@ -892,7 +892,7 @@ log_2_ceil(uint32_t n)
#elif __GNUC__ >= 4 && UINT_MAX == UINT32_MAX
/* Defined inline in util.h. */
#else
-static int
+int
raw_ctz(uint32_t n)
{
unsigned int k;
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev