svn commit: trunk/busybox/applets

vda at busybox.net vda at busybox.net
Wed Jan 3 23:24:00 UTC 2007


Author: vda
Date: 2007-01-03 15:23:58 -0800 (Wed, 03 Jan 2007)
New Revision: 17152

Log:
fix allnoconfig build. the most useful fix of the month. ;)
[spotted by Bernhard Fischer <rep.nop at aon.at>]


Modified:
   trunk/busybox/applets/usage.c


Changeset:
Modified: trunk/busybox/applets/usage.c
===================================================================
--- trunk/busybox/applets/usage.c	2007-01-03 23:02:18 UTC (rev 17151)
+++ trunk/busybox/applets/usage.c	2007-01-03 23:23:58 UTC (rev 17152)
@@ -4,7 +4,7 @@
 #include "../include/autoconf.h"
 #include "../include/busybox.h"
 
-static const char usage_messages[] =
+static const char usage_messages[] = ""
 #define MAKE_USAGE
 #include "usage.h"
 #include "applets.h"




More information about the busybox-cvs mailing list