Loading arch/um/drivers/line.c +2 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,8 @@ int line_ioctl(struct tty_struct *tty, struct file * file, case TIOCGLTC: case TIOCSLTC: #endif /* Note: these are out of date as we now have TCGETS2 etc but this whole lot should probably go away */ case TCGETS: case TCSETSF: case TCSETSW: Loading Loading
arch/um/drivers/line.c +2 −0 Original line number Diff line number Diff line Loading @@ -275,6 +275,8 @@ int line_ioctl(struct tty_struct *tty, struct file * file, case TIOCGLTC: case TIOCSLTC: #endif /* Note: these are out of date as we now have TCGETS2 etc but this whole lot should probably go away */ case TCGETS: case TCSETSF: case TCSETSW: Loading