Revision 205902ecc7bcb2a007ed27bb3518e8f70e5d113e authored by Alexey Dobriyan on 23 May 2005, 20:09:19 UTC, committed by David S. Miller on 23 May 2005, 20:09:19 UTC
Everybody does

	struct packet_type foo_packet_type = {
		.type = __constant_htons(ETH_P_FOO);
	};

5 introduced warnings will be properly fixed later.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent d865925
History

README

back to top