Why does this line: handle = nfct_open(CONNTRACK, NFCT_ALL_CT_GROUPS); give me this warning? warning: passing argument 1 of 'nfct_open' with different width due to prototype I tried casting CONNTRACK to u_int8_t, in accordance with the prototype, and I got the same warning. How can I eliminate this warning? I am running Linux 2.6.26 on PowerPC. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html