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

Diff for /src/usr.bin/mg/tty.c between version 1.18 and 1.19

version 1.18, 2002/08/23 18:43:49 version 1.19, 2002/08/28 19:48:29
Line 430 
Line 430 
  */   */
 /* ARGSUSED */  /* ARGSUSED */
 static int  static int
 fakec(char c)  fakec(int c)
 {  {
         cci++;          cci++;
         return 0;          return 0;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19