- fix ptr_to_globals

This commit is contained in:
Bernhard Reutner-Fischer 2007-03-14 13:02:07 +00:00
parent 7e1cdc67d3
commit 2984972d04
1 changed files with 11 additions and 0 deletions

View 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;