diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-17 18:04:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-17 18:04:38 +0000 |
commit | e96dcb4dcffc8ade4c4f812ab2ed63287faaec83 (patch) | |
tree | f228d9a9d39410a9f6f877e133c8de798020edfc /include | |
parent | 250aa5bb015061787e62f63847df04f377af91c1 (diff) | |
download | busybox-w32-e96dcb4dcffc8ade4c4f812ab2ed63287faaec83.tar.gz busybox-w32-e96dcb4dcffc8ade4c4f812ab2ed63287faaec83.tar.bz2 busybox-w32-e96dcb4dcffc8ade4c4f812ab2ed63287faaec83.zip |
top: fix build failure
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/usage.h b/include/usage.h index 09695ef76..01acda16d 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -97,11 +97,6 @@ | |||
97 | "\n -s sender Sender IP address" \ | 97 | "\n -s sender Sender IP address" \ |
98 | "\n target Target IP address" \ | 98 | "\n target Target IP address" \ |
99 | 99 | ||
100 | //#define ash_trivial_usage \ | ||
101 | // "[FILE]...\n" \ | ||
102 | // "or: ash -c command [args]..." | ||
103 | //#define ash_full_usage "\n\n" \ | ||
104 | // "The ash shell" | ||
105 | #define sh_trivial_usage NOUSAGE_STR | 100 | #define sh_trivial_usage NOUSAGE_STR |
106 | #define sh_full_usage "" | 101 | #define sh_full_usage "" |
107 | #define ash_trivial_usage NOUSAGE_STR | 102 | #define ash_trivial_usage NOUSAGE_STR |