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

Diff for /src/usr.bin/tip/Attic/cmds.c between version 1.33 and 1.34

version 1.33, 2010/06/29 16:41:56 version 1.34, 2010/06/29 16:44:38
Line 511 
Line 511 
         signal(SIGQUIT, SIG_DFL);          signal(SIGQUIT, SIG_DFL);
 }  }
   
 #ifdef CONNECT  
 /*  /*
  * Fork a program with:   * Fork a program with:
  *  0 <-> remote tty in   *  0 <-> remote tty in
Line 561 
Line 560 
         signal(SIGINT, SIG_DFL);          signal(SIGINT, SIG_DFL);
         signal(SIGQUIT, SIG_DFL);          signal(SIGQUIT, SIG_DFL);
 }  }
 #endif  
   
 /*  /*
  * Escape to local shell   * Escape to local shell

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34