aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-02-17 15:52:02 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-02-17 15:52:02 +0000
commitec27feb04589d46233802f686559fb5f532fb2df (patch)
tree3c6f8dd683c840fd4855f86e6956db38ad9320bb /include
parentc84520d73dbe100449d84241ec0df9d02ee0fc4d (diff)
downloadbusybox-ec27feb04589d46233802f686559fb5f532fb2df.tar.gz
init: code readability enhancements; very small code changes
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 024d960bf..09e8a57d2 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -846,7 +846,7 @@ extern const char bb_default_login_shell[];
/* The following devices are the same on devfs and non-devfs systems. */
#define CURRENT_TTY "/dev/tty"
-#define CONSOLE_DEV "/dev/console"
+#define DEV_CONSOLE "/dev/console"
#ifndef RB_POWER_OFF