=== modified file 'driver-ti.c' --- driver-ti.c 2008-12-02 01:05:47 +0000 +++ driver-ti.c 2008-11-28 19:48:41 +0000 @@ -32,7 +32,7 @@ struct trie_node_arr { trie_nodetype type; unsigned char min, max; /* INCLUSIVE endpoints of the extent range */ - struct trie_node *arr[]; /* dynamic size at allocation time */ + struct trie_node *arr[0]; }; typedef struct {