From: Aivils S. <ai...@us...> - 2004-05-25 05:26:59
|
Update of /cvsroot/linuxconsole/ruby/ruby-2.6/include/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14912/ruby-2.6/include/linux Modified Files: tty.h Log Message: sync to 2.6.6 Index: tty.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/ruby-2.6/include/linux/tty.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- tty.h 23 Apr 2004 07:36:56 -0000 1.4 +++ tty.h 25 May 2004 05:26:49 -0000 1.5 @@ -351,6 +351,9 @@ extern int tty_get_baud_rate(struct tty_struct *tty); extern int tty_termios_baud_rate(struct termios *termios); +struct semaphore; +extern struct semaphore tty_sem; + /* n_tty.c */ extern struct tty_ldisc tty_ldisc_N_TTY; |