diff options
Diffstat (limited to 'emulators/gcube/patches/patch-general.c')
-rw-r--r-- | emulators/gcube/patches/patch-general.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/gcube/patches/patch-general.c b/emulators/gcube/patches/patch-general.c new file mode 100644 index 00000000000..9410cfb841a --- /dev/null +++ b/emulators/gcube/patches/patch-general.c @@ -0,0 +1,13 @@ +$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; + |