From owner-freebsd-doc Sun Dec 16 7:10:47 2001 Delivered-To: freebsd-doc@freebsd.org Received: from web10104.mail.yahoo.com (web10104.mail.yahoo.com [216.136.130.54]) by hub.freebsd.org (Postfix) with SMTP id BB5DC37B41D for ; Sun, 16 Dec 2001 07:10:44 -0800 (PST) Message-ID: <20011216151043.17562.qmail@web10104.mail.yahoo.com> Received: from [213.29.11.17] by web10104.mail.yahoo.com via HTTP; Sun, 16 Dec 2001 07:10:43 PST Date: Sun, 16 Dec 2001 07:10:43 -0800 (PST) From: soheil hyeganeh Subject: where is the implementation of compress() in /usr/src/sys/net/zlib.h To: freebsd-question@freebsd.org Cc: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi where can i find the implementation of the compress ( Bytef * , long *, Bytef * , long) in the /usr/src/sys/net/zlib.h it is not in the zlib.c but in standard c zlib lib. we can use cc -lz and use the compress() func. how can i use the compress() func. in the source code of the kernel (BSD 4.4) thanx a lot __________________________________________________ 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-doc" in the body of the message