[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.16 and 1.17

version 1.16, 2001/02/08 15:02:01 version 1.17, 2001/02/08 17:57:59
Line 519 
Line 519 
                 break;                  break;
         case I_LMKDIR:          case I_LMKDIR:
                 if (mkdir(path1, 0777) == -1)                  if (mkdir(path1, 0777) == -1)
                         error("Couldn't create local directory to "                          error("Couldn't create local directory "
                             "\"%s\": %s", path1, strerror(errno));                              "\"%s\": %s", path1, strerror(errno));
                 break;                  break;
         case I_LLS:          case I_LLS:

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17