Explorar o código

- fix ptr_to_globals

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
2984972d04
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      package/busybox/busybox.fix-ptr_to_globals.patch

+ 11 - 0
package/busybox/busybox.fix-ptr_to_globals.patch

@@ -0,0 +1,11 @@
+Index: busybox/libbb/messages.c
+===================================================================
+--- busybox/libbb/messages.c	(revision 18097)
++++ busybox/libbb/messages.c	(working copy)
+@@ -56,4 +56,5 @@ WTMP_FILE;
+ 
+ char bb_common_bufsiz1[BUFSIZ+1];
+ 
+-void *ptr_to_globals;
++struct global1;
++struct global1 *ptr_to_globals;