mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
14 lines
281 B
C
14 lines
281 B
C
$NetBSD: patch-general.c,v 1.1 2013/03/02 18:13:14 joerg Exp $
|
|
|
|
--- general.c.orig 2013-03-01 16:14:43.000000000 +0000
|
|
+++ general.c
|
|
@@ -187,7 +187,7 @@ __u32 round_up (__u32 a, __u32 b)
|
|
}
|
|
|
|
|
|
-inline int is_power_of_two (__u32 a)
|
|
+int is_power_of_two (__u32 a)
|
|
{
|
|
int i = 0;
|
|
|