[BACK]Return to sftp-int.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/sftp-int.c between version 1.40.2.2 and 1.40.2.3

version 1.40.2.2, 2002/05/17 00:03:24 version 1.40.2.3, 2002/06/26 18:22:36
Line 837 
Line 837 
                 help();                  help();
                 break;                  break;
         case I_VERSION:          case I_VERSION:
                 printf("SFTP protocol version %d\n", sftp_proto_version(conn));                  printf("SFTP protocol version %u\n", sftp_proto_version(conn));
                 break;                  break;
         default:          default:
                 fatal("%d is not implemented", cmdnum);                  fatal("%d is not implemented", cmdnum);

Legend:
Removed from v.1.40.2.2  
changed lines
  Added in v.1.40.2.3