Diff for /ansh/inc/proto.h between versions 1.1.1.1 and 1.1.1.1.2.2

version 1.1.1.1, 2011/10/04 22:37:46 version 1.1.1.1.2.2, 2011/10/13 14:29:30
Line 27  struct ansh_hdr { Line 27  struct ansh_hdr {
         uint8_t         ansh_ver;          uint8_t         ansh_ver;
         int8_t          ansh_flg;          int8_t          ansh_flg;
         uint16_t        ansh_len;          uint16_t        ansh_len;
           uint32_t        ansh_nonce;
           uint32_t        ansh_seq;
         uint32_t        ansh_crc;          uint32_t        ansh_crc;
 } __attribute__((packed));  } __attribute__((packed));
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>