On Sun, 2006-09-24 at 00:02 +0000, Linux Kernel Mailing List wrote: > --- a/include/linux/netfilter_ipv4/ipt_dscp.h > +++ b/include/linux/netfilter_ipv4/ipt_dscp.h > @@ -10,14 +10,12 @@ > #ifndef _IPT_DSCP_H > #define _IPT_DSCP_H > > -#define IPT_DSCP_MASK 0xfc /* 11111100 */ > -#define IPT_DSCP_SHIFT 2 > -#define IPT_DSCP_MAX 0x3f /* 00111111 */ > +#include <linux/netfilter/xt_dscp.h>
This causes the following error in 'make headers_check': linux/netfilter_ipv4/ipt_DSCP.h requires linux/netfilter/xt_DSCP.h, which does not exist in exported headers make[4]: *** [ipt_DSCP.h] Error 1 Please remember to run 'make headers_check' before submitting patches. -- dwmw2 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html