r11764: Doesn't need to be exported from here.
authorJeremy Allison <jra@samba.org>
Thu, 17 Nov 2005 21:57:38 +0000 (21:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:26 +0000 (11:05 -0500)
Jeremy.
(This used to be commit 95665dfd77ac9959d1d538770157127a425b4b4e)

source3/lib/crc32.c

index c6a13fada12ff0c6c91ef4a77f781286292583bc..7522ab7c811310d0e958df59f82c7f94a4215808 100644 (file)
@@ -42,7 +42,7 @@
 
 #include "includes.h"
 
-const uint32 crc32_tab[] = {
+static const uint32 crc32_tab[] = {
        0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
        0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988,
        0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2,