[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.6 and 1.7

version 1.6, 2006/01/02 01:20:31 version 1.7, 2006/02/20 17:19:54
Line 25 
Line 25 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   #include <sys/types.h>
   #include <sys/stat.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.6  
changed lines
  Added in v.1.7