- fix ptr_to_globals
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 14 Mar 2007 13:02:07 +0000 (13:02 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 14 Mar 2007 13:02:07 +0000 (13:02 -0000)
package/busybox/busybox.fix-ptr_to_globals.patch [new file with mode: 0644]

diff --git a/package/busybox/busybox.fix-ptr_to_globals.patch b/package/busybox/busybox.fix-ptr_to_globals.patch
new file mode 100644 (file)
index 0000000..36a4dbf
--- /dev/null
@@ -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;