[BACK]Return to tty.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/tty.c between version 1.1 and 1.2

version 1.1, 2013/09/19 16:12:01 version 1.2, 2013/11/12 13:54:51
Line 24 
Line 24 
   
 struct termios ttysaved, ttyedit;  struct termios ttysaved, ttyedit;
   
 int  static int
 settty(struct termios *t)  settty(struct termios *t)
 {  {
         int ret;          int ret;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2