From owner-freebsd-questions Fri Dec 21 5: 3:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web21201.mail.yahoo.com (web21201.mail.yahoo.com [216.136.129.59]) by hub.freebsd.org (Postfix) with SMTP id 1AA6637B419 for ; Fri, 21 Dec 2001 05:03:09 -0800 (PST) Message-ID: <20011221130308.97723.qmail@web21201.mail.yahoo.com> Received: from [213.29.11.17] by web21201.mail.yahoo.com via HTTP; Fri, 21 Dec 2001 05:03:08 PST Date: Fri, 21 Dec 2001 05:03:08 -0800 (PST) From: sepehr sepehr Subject: i link the zlib to kernel for compressing data and i got some error To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi i make the kernel compiler to link the zlib to files and i use the zlib's func. compress() for outgoing data and after in net/ip_output.c (where i use it) it takes synatax error in ip_output.c and for the function that i used. after that i add compress.c to the net/ and add the compress.c to src/sys/conf/files and compile the kernel then it again takes a syntax error in net/compress.c before compress2 func. i want to know why and how i can fix this and if there is a file that has routines for compression TCP packets thanx to freeBSD group&lovers __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message