diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2003-05-24 21:40:43 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-24 21:40:43 -0700 |
| commit | bf78f301f7d0fa9f0a96e29bc2a1b8796c5c43bc (patch) | |
| tree | e29356dd59472a2164e65f59bd5a38492cbf9105 /include | |
| parent | 6a7b3d0041d73f9fa628591181cf6e46a18c8b3f (diff) | |
[PATCH] TIOCCONS fix
This fixes the TIOCCONS race; it's the same as the 2.4 patch except for
a fix for a brown-paperbag bug in it.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index fa5529ad5c6e..47fa75d9ace0 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -345,7 +345,6 @@ struct tty_struct { extern void tty_write_flush(struct tty_struct *); extern struct termios tty_std_termios; -extern struct tty_struct * redirect; extern struct tty_ldisc ldiscs[]; extern int fg_console, last_console, want_console; |
