[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.7.2.1 and 1.8

version 1.7.2.1, 2006/09/30 04:06:51 version 1.8, 2006/03/25 22:22:43
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.7.2.1  
changed lines
  Added in v.1.8