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

Diff for /src/usr.bin/ssh/sftp.c between version 1.122 and 1.123

version 1.122, 2010/01/15 00:05:22 version 1.123, 2010/01/27 19:21:39
Line 2046 
Line 2046 
         infile = stdin;          infile = stdin;
   
         while ((ch = getopt(argc, argv,          while ((ch = getopt(argc, argv,
             "1246hqrvCc:D:i:o:s:S:b:B:F:P:R:")) != -1) {              "1246hpqrvCc:D:i:o:s:S:b:B:F:P:R:")) != -1) {
                 switch (ch) {                  switch (ch) {
                 /* Passed through to ssh(1) */                  /* Passed through to ssh(1) */
                 case '4':                  case '4':

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123