netdev
[Top] [All Lists]

Re: [PATCH 2.4.30-pre3] net/{icmp,ipv6}.h: include net/snmp.h

To: Matt Domsch <Matt_Domsch@xxxxxxxx>
Subject: Re: [PATCH 2.4.30-pre3] net/{icmp,ipv6}.h: include net/snmp.h
From: "David S. Miller" <davem@xxxxxxxxxxxxx>
Date: Sun, 24 Apr 2005 19:43:13 -0700
Cc: netdev@xxxxxxxxxxx
In-reply-to: <20050318212256.GB26112@xxxxxxxxxxxxxxxxx>
References: <20050318212256.GB26112@xxxxxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
On Fri, 18 Mar 2005 15:22:56 -0600
Matt Domsch <Matt_Domsch@xxxxxxxx> wrote:

> Compiling linux-2.4.30-pre3 with FC4-test1 compiler gcc-4.0.0-0.32 on
> x86_64 fails because icmp_statistics[NR_CPUS*2] is declared as a sized
> array without struct icmp_mib having been defined, likewise
> ipv6_statistics[NR_CPUS*2] without struct ipv6_mib first defined.
> 
> Solution is to include <net/snmp.h> before declaring either array.

I don't think we're going to take gcc-4.0 build fixes for the 2.4.x
tree.  I think deep maintainence mode should really mean deep
maintainence mode, and that's what the 2.4.x tree is in right now.

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [PATCH 2.4.30-pre3] net/{icmp,ipv6}.h: include net/snmp.h, David S. Miller <=