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

Diff for /src/usr.bin/ssh/sftp-client.c between version 1.77 and 1.78

version 1.77, 2007/09/16 00:55:52 version 1.78, 2008/01/11 07:22:27
Line 528 
Line 528 
         return(get_decode_stat(conn->fd_in, id, quiet));          return(get_decode_stat(conn->fd_in, id, quiet));
 }  }
   
   #ifdef notyet
 Attrib *  Attrib *
 do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet)  do_fstat(struct sftp_conn *conn, char *handle, u_int handle_len, int quiet)
 {  {
Line 539 
Line 540 
   
         return(get_decode_stat(conn->fd_in, id, quiet));          return(get_decode_stat(conn->fd_in, id, quiet));
 }  }
   #endif
   
 int  int
 do_setstat(struct sftp_conn *conn, char *path, Attrib *a)  do_setstat(struct sftp_conn *conn, char *path, Attrib *a)
Line 680 
Line 682 
         return(status);          return(status);
 }  }
   
   #ifdef notyet
 char *  char *
 do_readlink(struct sftp_conn *conn, char *path)  do_readlink(struct sftp_conn *conn, char *path)
 {  {
Line 726 
Line 729 
   
         return(filename);          return(filename);
 }  }
   #endif
   
 static void  static void
 send_read_request(int fd_out, u_int id, u_int64_t offset, u_int len,  send_read_request(int fd_out, u_int id, u_int64_t offset, u_int len,

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78