[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.5 and 1.5.8.1

version 1.5, 2003/11/10 16:23:41 version 1.5.8.1, 2006/02/03 03:01:57
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.
  */   */
   
   /* Maximum packet that we are willing to send/accept */
   #define SFTP_MAX_MSG_LENGTH     (256 * 1024)
   
 typedef struct Attrib Attrib;  typedef struct Attrib Attrib;
   
 /* File attributes */  /* File attributes */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.8.1