On Mon, Dec 17, 2001 at 09:20:17PM -0800, soheil hyeganeh wrote:
> hi
> i want to use the compress(dst, dstsize, src, srcsize)
> and i append the lib/libz/compress.c to the
> sys/net/zlib.c and when i compile the kernel
> it takes an error for zlib.c
> a precompiling error for #ifndef _Z_UTIL_H li
hi
i want to use the compress(dst, dstsize, src, srcsize)
and i append the lib/libz/compress.c to the
sys/net/zlib.c and when i compile the kernel
it takes an error for zlib.c
a precompiling error for #ifndef _Z_UTIL_H line:45 and
says that thereis no terminator for that
i want to know why and ho