[BACK]Return to tty.h CVS log [TXT][DIR] Up to [local] / prex-old / include / sys

Diff for /prex-old/include/sys/tty.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:44 version 1.1.1.1.2.1, 2008/08/13 17:12:28
Line 46 
Line 46 
 #define TTYQ_HIWAT      246  #define TTYQ_HIWAT      246
   
 struct tty_queue {  struct tty_queue {
         char    buf[TTYQ_SIZE];          char    tq_buf[TTYQ_SIZE];
         int     head;          int     tq_head;
         int     tail;          int     tq_tail;
         int     count;          int     tq_count;
 };  };
   
 /*  /*

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb