]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-ltmodem.patch
- obsolete
[packages/kernel.git] / kernel-ltmodem.patch
1 diff -Nur linux.old/include/linux/tty.h linux/include/linux/tty.h
2 --- linux.old/include/linux/tty.h       Thu Oct 19 18:10:10 2000
3 +++ linux/include/linux/tty.h   Thu Oct 19 19:57:44 2000
4 @@ -277,7 +277,6 @@
5         int alt_speed;          /* For magic substitution of 38400 bps */
6         struct wait_queue *write_wait;
7         struct wait_queue *read_wait;
8 -       struct wait_queue *poll_wait;
9         struct tq_struct tq_hangup;
10         void *disc_data;
11         void *driver_data;
12 @@ -306,6 +305,7 @@
13         struct semaphore atomic_read;
14         struct semaphore atomic_write;
15         spinlock_t read_lock;
16 +       struct wait_queue *poll_wait;
17  };
18  
19  /* tty magic number */
This page took 0.029491 seconds and 3 git commands to generate.