[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.23 and 1.24

version 1.23, 2001/03/01 02:18:04 version 1.24, 2001/03/04 17:42:28
Line 579 
Line 579 
                 break;                  break;
         case I_LPWD:          case I_LPWD:
                 if (!getcwd(path_buf, sizeof(path_buf)))                  if (!getcwd(path_buf, sizeof(path_buf)))
                         error("Couldn't get local cwd: %s\n",                          error("Couldn't get local cwd: %s",
                             strerror(errno));                              strerror(errno));
                 else                  else
                         printf("Local working directory: %s\n",                          printf("Local working directory: %s\n",

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24