Re: [PATCH] Make struct in_addr::s_addr __be32

2006-08-29 Thread David Miller
From: Alexey Dobriyan [EMAIL PROTECTED] Date: Mon, 21 Aug 2006 03:20:51 +0400 There will be relatively small increase in sparse endian warnings, but this (and sin_port) patch is a first step to make networking code endian clean. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] Applied,

[PATCH] Make struct in_addr::s_addr __be32

2006-08-20 Thread Alexey Dobriyan
There will be relatively small increase in sparse endian warnings, but this (and sin_port) patch is a first step to make networking code endian clean. Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] --- include/linux/in.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---