From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
Date: | Sat, 14 Feb 2004 09:57:01 -0800 (PST) |
:No, that didn't compile with gcc2. Please try this instead. I added an __ARRAY_ZERO #define in sys/cdefs.h that is empty for gcc3 and 0 for gcc2. Any future [0]->[] work should instead just use [__ARRAY_ZERO]. -Matt