|
@@ -284,7 +284,7 @@ struct tty_struct {
|
|
|
|
|
|
#define N_TTY_BUF_SIZE 4096
|
|
#define N_TTY_BUF_SIZE 4096
|
|
|
|
|
|
- unsigned char closing:1;
|
|
|
|
|
|
+ int closing;
|
|
unsigned char *write_buf;
|
|
unsigned char *write_buf;
|
|
int write_cnt;
|
|
int write_cnt;
|
|
/* If the tty has a pending do_SAK, queue it here - akpm */
|
|
/* If the tty has a pending do_SAK, queue it here - akpm */
|