Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/30/2003 00:25:26
Module Name:	src
Committed By:	thorpej
Date:		Sat Mar 29 22:25:26 UTC 2003

Modified Files:
	src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
	src/sys/lib/libz: crc32.c

Log Message:
Garbage-collect the DYNAMIC_CRC_TABLE stuff.  The table it computed
was incompatible with the new CRC code, and it is largely unnecessary
now, since the static table is so much smaller.

Fixes PR kern/20935.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
cvs rdiff -r1.5 -r1.6 src/sys/lib/libz/crc32.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.