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

Diff for /src/usr.bin/telnet/commands.c between version 1.41 and 1.42

version 1.41, 2002/02/17 17:20:49 version 1.42, 2002/06/12 06:07:16
Line 2146 
Line 2146 
         printf("SIGIO received %d time%s.\r\n",          printf("SIGIO received %d time%s.\r\n",
                                 sigiocount, (sigiocount == 1)? "":"s");                                  sigiocount, (sigiocount == 1)? "":"s");
         if (In3270) {          if (In3270) {
             printf("Process ID %d, process group %d.\r\n",              printf("Process ID %ld, process group %ld.\r\n",
                                             getpid(), getpgrp());                                              (long)getpid(), (long)getpgrp());
             printf("Terminal input:\r\n");              printf("Terminal input:\r\n");
             filestuff(tin);              filestuff(tin);
             printf("Terminal output:\r\n");              printf("Terminal output:\r\n");

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42