Diff for /embedaddon/sudo/zlib/crc32.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:23:02 version 1.1.1.2, 2013/07/22 10:46: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 crc_table_t FAR crc_table[TBLS][256] =
 {  {
   {    {
     0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,      0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,

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


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