summaryrefslogtreecommitdiffstats
path: root/linux-2.4.x/fs/jffs2/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.4.x/fs/jffs2/crc32.c')
-rw-r--r--linux-2.4.x/fs/jffs2/crc32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-2.4.x/fs/jffs2/crc32.c b/linux-2.4.x/fs/jffs2/crc32.c
index b3b6a81..c4694ea 100644
--- a/linux-2.4.x/fs/jffs2/crc32.c
+++ b/linux-2.4.x/fs/jffs2/crc32.c
@@ -37,11 +37,11 @@
* polynomial $edb88320
*/
-/* $Id: crc32.c,v 1.3 2001/02/07 16:45:32 dwmw2 Exp $ */
+/* $Id: crc32.c,v 1.4 2002/01/03 15:20:44 dwmw2 Exp $ */
#include "crc32.h"
-const __u32 crc32_table[256] = {
+const uint32_t crc32_table[256] = {
0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L,
0x706af48fL, 0xe963a535L, 0x9e6495a3L, 0x0edb8832L, 0x79dcb8a4L,
0xe0d5e91eL, 0x97d2d988L, 0x09b64c2bL, 0x7eb17cbdL, 0xe7b82d07L,