From: Alan Cox Date: Fri, 8 Dec 2006 10:38:47 +0000 (-0800) Subject: [PATCH] tty_ioctl: use termios for the old structure and termios2 for the new X-Git-Tag: v2.6.20-rc1~34^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64bb6c5e1ddcd47c951740485026ef08975ee2e6;p=pandora-kernel.git [PATCH] tty_ioctl: use termios for the old structure and termios2 for the new Having split out the user and kernel structures it turns out that some non glibc C libraries pull their termios struct from the kernel headers directly or indirectly. This means we must keep "struct termios" as the library sees it correct for the old ioctls. Not a big problem just shuffle the names and ifdef around a bit [akpm@osdl.org: build fix] Signed-off-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed