commit | 79f999d0aa264f72f5491be14b4bf60137a3d3a9 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Mon May 12 12:29:25 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon May 12 07:27:38 2008 -0700 |
tree | 8b8811f6a3472ae06a81de0c75a37ab4450b5dd3 | |
parent | 492c2e476eac010962850006c49df326919b284c [diff] |
strip: Fix termios assumption Strip assumes that the tty drivers always have a set_termios method which may not be true. Check this when binding to the tty so that we don't oops later. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>