K 10 svn:author V 8 cperciva K 8 svn:date V 27 2007-05-22T15:37:58.000000Z K 7 svn:log V 244 Replace "sizeof(struct bucket[cache_size])" with "cache_size * sizeof(struct bucket)". The former is valid in C99 but can confuse earlier compilers, while the latter is a standard idiom which all C compilers understand. Approved by: kientzle END