summaryrefslogtreecommitdiff
path: root/source3/lib/crc32.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-11-17 21:57:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:26 -0500
commit0ad770a6268756d958dddaabe512341c2e32902a (patch)
tree65478675625d9949a9c64a2014f16212fe7e0354 /source3/lib/crc32.c
parent7c5d5ddb6d02f52d3baaad393142dcc259c2009c (diff)
downloadsamba-0ad770a6268756d958dddaabe512341c2e32902a.tar.gz
samba-0ad770a6268756d958dddaabe512341c2e32902a.tar.bz2
samba-0ad770a6268756d958dddaabe512341c2e32902a.zip
r11764: Doesn't need to be exported from here.
Jeremy. (This used to be commit 95665dfd77ac9959d1d538770157127a425b4b4e)
Diffstat (limited to 'source3/lib/crc32.c')
-rw-r--r--source3/lib/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/crc32.c b/source3/lib/crc32.c
index c6a13fada1..7522ab7c81 100644
--- a/source3/lib/crc32.c
+++ b/source3/lib/crc32.c
@@ -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,