diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-17 15:52:02 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-02-17 15:52:02 +0000 |
commit | d01c2739ee04c79a8da5fb68ef889d862e747921 (patch) | |
tree | 3c6f8dd683c840fd4855f86e6956db38ad9320bb /include | |
parent | de436fdcedf26d45531d2c147c9b03c778514600 (diff) | |
download | busybox-w32-d01c2739ee04c79a8da5fb68ef889d862e747921.tar.gz busybox-w32-d01c2739ee04c79a8da5fb68ef889d862e747921.tar.bz2 busybox-w32-d01c2739ee04c79a8da5fb68ef889d862e747921.zip |
init: code readability enhancements; very small code changes
git-svn-id: svn://busybox.net/trunk/busybox@17917 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
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[]; | |||
846 | 846 | ||
847 | /* The following devices are the same on devfs and non-devfs systems. */ | 847 | /* The following devices are the same on devfs and non-devfs systems. */ |
848 | #define CURRENT_TTY "/dev/tty" | 848 | #define CURRENT_TTY "/dev/tty" |
849 | #define CONSOLE_DEV "/dev/console" | 849 | #define DEV_CONSOLE "/dev/console" |
850 | 850 | ||
851 | 851 | ||
852 | #ifndef RB_POWER_OFF | 852 | #ifndef RB_POWER_OFF |