[PATCH] fix compilation on gcc 2.95.x

Rich Felker dalias at aerifal.cx
Wed May 3 00:42:45 UTC 2006


mistake in a macro caused statement before declaration. patch
attached.
rich

-------------- next part --------------
Index: applets/applets.c
===================================================================
--- applets/applets.c	(revision 14981)
+++ applets/applets.c	(working copy)
@@ -434,7 +434,7 @@
 }
 
 #else
-#define unpack_usage_messages() usage_messages;
+#define unpack_usage_messages() usage_messages
 #endif /* ENABLE_FEATURE_COMPRESS_USAGE */
 
 void bb_show_usage (void)


More information about the busybox mailing list