svn commit: samba r11765 - in trunk/source/lib: .

jra at samba.org jra at samba.org
Thu Nov 17 21:58:08 GMT 2005


Author: jra
Date: 2005-11-17 21:58:08 +0000 (Thu, 17 Nov 2005)
New Revision: 11765

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11765

Log:
Doesn't need to be exported from here.
Jeremy.

Modified:
   trunk/source/lib/crc32.c


Changeset:
Modified: trunk/source/lib/crc32.c
===================================================================
--- trunk/source/lib/crc32.c	2005-11-17 21:57:38 UTC (rev 11764)
+++ trunk/source/lib/crc32.c	2005-11-17 21:58:08 UTC (rev 11765)
@@ -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,



More information about the samba-cvs mailing list