[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.53 and 1.54

version 1.53, 2003/01/10 23:23:24 version 1.54, 2003/01/13 11:04:04
Line 85 
Line 85 
         const int n;          const int n;
 };  };
   
 const struct CMD cmds[] = {  static const struct CMD cmds[] = {
         { "bye",        I_QUIT },          { "bye",        I_QUIT },
         { "cd",         I_CHDIR },          { "cd",         I_CHDIR },
         { "chdir",      I_CHDIR },          { "chdir",      I_CHDIR },

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54