Re: i append the lib/libz/compress.c to sys/net/zlib.c and it takes an error

2001-12-17 Thread Kris Kennaway
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

i append the lib/libz/compress.c to sys/net/zlib.c and it takes an error

2001-12-17 Thread soheil hyeganeh
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