mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
- fix ptr_to_globals
This commit is contained in:
parent
7e1cdc67d3
commit
2984972d04
11
package/busybox/busybox.fix-ptr_to_globals.patch
Normal file
11
package/busybox/busybox.fix-ptr_to_globals.patch
Normal file
@ -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;
|
Loading…
x
Reference in New Issue
Block a user