[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.39 and 1.40

version 1.39, 2001/07/31 12:42:50 version 1.40, 2001/08/14 09:23:02
Line 80 
Line 80 
 };  };
   
 const struct CMD cmds[] = {  const struct CMD cmds[] = {
           { "bye",        I_QUIT },
         { "cd",         I_CHDIR },          { "cd",         I_CHDIR },
         { "chdir",      I_CHDIR },          { "chdir",      I_CHDIR },
         { "chgrp",      I_CHGRP },          { "chgrp",      I_CHGRP },

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40