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

Diff for /src/usr.bin/ssh/sftp-common.h between version 1.8 and 1.9

version 1.8, 2006/03/25 22:22:43 version 1.9, 2006/07/10 16:01:57
Line 28 
Line 28 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
   #include "buffer.h"
   
 /* Maximum packet that we are willing to send/accept */  /* Maximum packet that we are willing to send/accept */
 #define SFTP_MAX_MSG_LENGTH     (256 * 1024)  #define SFTP_MAX_MSG_LENGTH     (256 * 1024)
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9