Fix some formatting
[oweals/busybox.git] / messages.c
index 428db9eaaa49a03ed2f2133f266727b417afe4cf..c06a87f01cf4853f766cdeab767be3b532513057 100644 (file)
@@ -36,7 +36,7 @@
 //Then just use the string memory_exhausted when it is needed.
 //
 
-#include "internal.h"
+#include "busybox.h"
 #ifndef _BB_MESSAGES_C
 #define _BB_MESSAGES_C
 
 #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
@@ -77,9 +81,9 @@
 #if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN
        BB_DEF_MESSAGE(too_few_args, "too few arguments\n")
 #endif
-
-
-
+#if defined bb_need_name_longer_than_foo || ! defined BB_DECLARE_EXTERN
+       BB_DEF_MESSAGE(name_longer_than_foo, "Names longer than %d chars not supported.\n")
+#endif
 
 
 #endif /* _BB_MESSAGES_C */