[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] no member named `proto_csum_blank'
I'm wondering what the reasoning behind the following hunk of 8706:fd9b2c1bb577. changeset: Update linux sparse tree to subarch layout. --- a/linux-2.6-xen-sparse/include/linux/skbuff.h Mon Jan 30 12:35:43 2006 +++ b/linux-2.6-xen-sparse/include/linux/skbuff.h Mon Jan 30 17:18:27 2006 @@ -254,8 +254,10 @@ unsigned char local_df, cloned:1, nohdr:1, +#ifdef CONFIG_XEN proto_csum_valid:1, proto_csum_blank:1, +#endif pkt_type, ip_summed; __u32 priority; It currently causes the following build failure (on x86_64). net/ipv4/netfilter/ip_nat_proto_tcp.c: In function `tcp_manip_pkt': net/ipv4/netfilter/ip_nat_proto_tcp.c:132: error: structure has no member named `proto_csum_blank' Is it safe to reverse this change? -- Horms _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |