Tom Williams <tomdkat@xxxxxxxxxxx> writes: > Apparently, the Linux 2.6 kernel headers were changed to use > __attribute_const__ syntax instead of __attribute__((const)): __attrbute_const__ is not valid gcc syntax. However, it is a preprocessor macro defined by the Linux sources which expands into valid gcc syntax. I think the file is include/linux/compiler.h, or some such. Ian