New message added to messages.c: full_version

Used where possible
This commit is contained in:
Pavel Roskin
2000-07-17 23:45:12 +00:00
parent cc8a66b113
commit 9c5fcc3408
11 changed files with 53 additions and 19 deletions

View File

@ -47,6 +47,10 @@
#endif
#if defined bb_need_full_version || ! defined BB_DECLARE_EXTERN
BB_DEF_MESSAGE(full_version,
"BusyBox v" BB_VER " (" BB_BT ") multi-call binary -- GPL2")
#endif
#if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN
BB_DEF_MESSAGE(name_too_long, "file name too long\n")
#endif