Diff for /embedaddon/rsync/zlib/crc32.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/17 15:09:30 version 1.1.1.2, 2013/10/14 07:51:14
Line 2 Line 2
  * Generated automatically by crc32.c   * Generated automatically by crc32.c
  */   */
   
local const unsigned long FAR crc_table[TBLS][256] =local const z_crc_t FAR crc_table[TBLS][256] =
 {  {
   {    {
     0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,      0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


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