From: Denis Vlasenko Date: Wed, 3 Jan 2007 23:23:58 +0000 (-0000) Subject: fix allnoconfig build. the most useful fix of the month. ;) X-Git-Tag: 1_4_0~115 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b8429fb1f45a35b36adeb44f90cd6842c2df7791;p=oweals%2Fbusybox.git fix allnoconfig build. the most useful fix of the month. ;) [spotted by Bernhard Fischer ] --- diff --git a/applets/usage.c b/applets/usage.c index d888fa93d..bb7ca826f 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -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"