Commit c564b6fd authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

uml: small cleanups and note bugs to be dealt with by uml authors...

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e6885107
...@@ -275,6 +275,8 @@ int line_ioctl(struct tty_struct *tty, struct file * file, ...@@ -275,6 +275,8 @@ int line_ioctl(struct tty_struct *tty, struct file * file,
case TIOCGLTC: case TIOCGLTC:
case TIOCSLTC: case TIOCSLTC:
#endif #endif
/* Note: these are out of date as we now have TCGETS2 etc but this
whole lot should probably go away */
case TCGETS: case TCGETS:
case TCSETSF: case TCSETSF:
case TCSETSW: case TCSETSW:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment