=================================================================== RCS file: /cvs/prex-old/include/sys/tty.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/include/sys/tty.h 2008/06/03 10:38:44 1.1.1.1 +++ prex-old/include/sys/tty.h 2008/08/13 17:12:28 1.1.1.1.2.1 @@ -46,10 +46,10 @@ #define TTYQ_HIWAT 246 struct tty_queue { - char buf[TTYQ_SIZE]; - int head; - int tail; - int count; + char tq_buf[TTYQ_SIZE]; + int tq_head; + int tq_tail; + int tq_count; }; /*