Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c564b6... Commit: c564b6fda961bd999aac0b709b79288dd8f426cd Parent: e6885107736a4dd23e7d3bc103fe6d043c63c4de Author: Alan Cox <alan@redhat.com> AuthorDate: Mon Oct 13 10:36:49 2008 +0100 Committer: Linus Torvalds <torvalds@linux-foundation.org> CommitDate: Mon Oct 13 09:51:40 2008 -0700 uml: small cleanups and note bugs to be dealt with by uml authors... Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- arch/um/drivers/line.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/um/drivers/line.c b/arch/um/drivers/line.c index d741f35..14a102e 100644 --- a/arch/um/drivers/line.c +++ b/arch/um/drivers/line.c @@ -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: -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
