From 89c23755c8ab5d8c5bbbfa6e40eb0c6bda109dad Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 14 Jul 2021 14:39:31 +0300 Subject: update CVS --- lib/libz/crc32.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libz/crc32.h') diff --git a/lib/libz/crc32.h b/lib/libz/crc32.h index 8053b61..8a4c267 100644 --- a/lib/libz/crc32.h +++ b/lib/libz/crc32.h @@ -1,8 +1,10 @@ +/* $OpenBSD: crc32.h,v 1.3 2021/07/04 17:41:23 tb Exp $ */ + /* crc32.h -- tables for rapid CRC calculation * Generated automatically by crc32.c */ -local const unsigned long FAR crc_table[TBLS][256] = +local const z_crc_t FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, -- cgit v1.2.3