From owner-cvs-all Wed May 29 13:24:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C08437B411; Wed, 29 May 2002 13:24:10 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4TKOAZ89653; Wed, 29 May 2002 13:24:10 -0700 (PDT) (envelope-from phk) Message-Id: <200205292024.g4TKOAZ89653@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 May 2002 13:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/wi if_wi.c src/sys/geom geom_gpt.c src/sys/net zlib.h src/sys/sys systm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/29 13:24:10 PDT Modified files: sys/conf files sys/dev/wi if_wi.c sys/geom geom_gpt.c sys/net zlib.h sys/sys systm.h Log: Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other places. Comment out crc32 related definitions in zlib.h, we don't seem to have the corresponding code in our kernel. Revision Changes Path 1.639 +1 -0 src/sys/conf/files 1.105 +0 -55 src/sys/dev/wi/if_wi.c 1.2 +0 -65 src/sys/geom/geom_gpt.c 1.9 +4 -0 src/sys/net/zlib.h 1.174 +2 -0 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message