On Oct 20 2007 17:48, Patrick McHardy wrote: > Jan Engelhardt wrote: >> --- /dev/null >> +++ gitone/include/linux/netfilter/xt_tos.h >> @@ -0,0 +1,13 @@ >> +#ifndef _XT_TOS_MATCH_H >> +#define _XT_TOS_MATCH_H >> + >> +struct xt_tos_info { >> + u_int8_t tos; >> + u_int8_t invert; >> +}; >> > > I think this will break compatiblity on CRIS, which IIRC doesn't > perform any alignment (XT_ALIGN becomes a NOP) and thus the > structure size increases. Alignment, where? There are no holes here. Note that ipt_tos(_match)_info also had these two fields. - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html