deflate.c 54,55d53 < #define read_buf dread_buf < 562c560 < flush > Z_INSERT_ONLY || flush < 0) { --- > flush > Z_FINISH || flush < 0) { 1424,1428d1421 < if (flush == Z_INSERT_ONLY) { < s->block_start = s->strstart; < continue; < } < 1444,1448d1436 < if (flush == Z_INSERT_ONLY) { < s->block_start = s->strstart; < return need_more; < } < 1488,1493d1475 < if (flush == Z_INSERT_ONLY) { < s->strstart++; < s->lookahead--; < continue; < } < 1562,1565d1543 < if (flush == Z_INSERT_ONLY) { < s->block_start = s->strstart; < return need_more; < } 1605,1610d1582 < if (flush == Z_INSERT_ONLY) { < s->strstart++; < s->lookahead--; < continue; < } < 1694,1697d1665 < if (flush == Z_INSERT_ONLY) { < s->block_start = s->strstart; < return need_more; < } inflate.h 19,22d18 < #ifdef BAD /* For AIX */ < #undef BAD < #endif < zlib.h 169d168 < #define Z_INSERT_ONLY 6 zutil.h 17d16 < #include "../rsync.h" 20d18 < #if 0 43d40 < #endif