const: struct quota_format_ops
[safe/jmp/linux-2.6] / Documentation / pcmcia / crc32hash.c
index 4210e5a..44f8bee 100644 (file)
@@ -8,7 +8,7 @@ $ ./crc32hash "Dual Speed"
 #include <ctype.h>
 #include <stdlib.h>
 
-unsigned int crc32(unsigned char const *p, unsigned int len)
+static unsigned int crc32(unsigned char const *p, unsigned int len)
 {
        int i;
        unsigned int crc = 0;