Hello.
In article <[EMAIL PROTECTED]> (at Tue, 24 Jan 2006 16:38:26 -0800), "Kris
Katterjohn" <[EMAIL PROTECTED]> says:
> + if (optlen != sizeof val)
sizeof(val)
Please use "sizeof(foo)" instead of "sizeof foo".
> --- x/include/linux/if_packet.h 2006-01-24 18:27:41.000000000 -0600
> +++ y/include/linux/if_packet.h 2006-01-24 17:50:02.000000000 -0600
> @@ -37,8 +37,9 @@ struct sockaddr_ll
> #define PACKET_RECV_OUTPUT 3
> /* Value 4 is still used by obsolete turbo-packet. */
> #define PACKET_RX_RING 5
> -#define PACKET_STATISTICS 6
> -#define PACKET_COPY_THRESH 7
> +#define PACKET_ACCUMULATE_STATISTICS 6
> +#define PACKET_STATISTICS 7
> +#define PACKET_COPY_THRESH 8
Don't change values. Just add
#define PACKET_ACCUMULATE_STATISTICS 8
Regards,
--yoshfuji
-
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