Deleted Added
full compact
32,33c32
< #include <sys/cdefs.h>
< __FBSDID("$FreeBSD: head/lib/libz/trees.c 131380 2004-06-30 23:54:46Z tjr $");
---
> /* @(#) $Id$ */
935c934
< if (s->data_type == Z_UNKNOWN) set_data_type(s);
---
> if (s->strm->data_type == Z_UNKNOWN) set_data_type(s);
1135c1134
< s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
---
> s->strm->data_type = bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII;