lineedit: do not hang on error, but return error indicator.
[oweals/busybox.git] / console-tools / setlogcons.c
index aa8e0806fb5c07a47c9491911922d94ed8dbbaf7..52d2608aa7cef36b59760c196f376b121952be33 100644 (file)
@@ -6,13 +6,13 @@
  *
  * Based on setlogcons (kbd-1.12) by Andries E. Brouwer
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
 #include "libbb.h"
 
 int setlogcons_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int setlogcons_main(int argc ATTRIBUTE_UNUSED, char **argv)
+int setlogcons_main(int argc UNUSED_PARAM, char **argv)
 {
        struct {
                char fn;