: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