Commit 2984972d authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- fix ptr_to_globals

parent 7e1cdc67
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
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;