Re: [tcpdump-workers] [PATCH] vlan: Fix Linux VLAN accel compile test under GCC 4.4

2011-02-01 Thread Guy Harris
On Jan 31, 2011, at 5:40 AM, Jesper Dangaard Brouer wrote: > VLAN acceleration support is broken, when using GCC compiler >= 4.4 > (tested with gcc version 4.4.5 (Debian 4.4.5-4)), due to the configure > script. > > GCC 4.4 does not indirectly include the type of u_int, which the > configure cod

[tcpdump-workers] [PATCH] vlan: Fix Linux VLAN accel compile test under GCC 4.4

2011-01-31 Thread Jesper Dangaard Brouer
VLAN acceleration support is broken, when using GCC compiler >= 4.4 (tested with gcc version 4.4.5 (Debian 4.4.5-4)), due to the configure script. GCC 4.4 does not indirectly include the type of u_int, which the configure code choose to use for this test. Thus, the if_packet check fails due to the