From bf78f301f7d0fa9f0a96e29bc2a1b8796c5c43bc Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Sat, 24 May 2003 21:40:43 -0700 Subject: [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. --- include/linux/tty.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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; -- cgit v1.2.3