diff options
author | cperciva <cperciva@FreeBSD.org> | 2007-05-22 15:37:58 +0000 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2007-05-22 15:37:58 +0000 |
commit | 00c45ba7c0daf537e350850940c71ae1660944eb (patch) | |
tree | f1616a5f6a2d77dbfb96c516dcde6d015bd5f45b /lib/libpthread/thread/thr_init.c | |
parent | 4c4fb12e78e41c0f9e589df3eb8d4750dc66734e (diff) | |
download | FreeBSD-src-00c45ba7c0daf537e350850940c71ae1660944eb.zip FreeBSD-src-00c45ba7c0daf537e350850940c71ae1660944eb.tar.gz |
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
Diffstat (limited to 'lib/libpthread/thread/thr_init.c')
0 files changed, 0 insertions, 0 deletions