diff options
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/getty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index 34b09cecc..838adf2e7 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c @@ -239,7 +239,7 @@ static void open_tty(const char *tty) // cur_dir_fd = xopen(".", O_DIRECTORY | O_NONBLOCK); // xchdir("/dev"); // xstat(tty, &st); -// if ((st.st_mode & S_IFMT) != S_IFCHR) +// if (!S_ISCHR(st.st_mode)) // bb_error_msg_and_die("%s: not a character device", tty); if (tty[0] != '/') |