Re: [RFC][PATCH] Fix up struct sockaddr_in definition

2005-08-12 Thread David S. Miller
From: Kyle Moffett <[EMAIL PROTECTED]> Date: Wed, 27 Jul 2005 22:44:00 -0400 > I would like to propose a cleanup for struct sockaddr_in that I think > will make the code much more obvious and remove some icky padding > math: We can't use anonymous unions in the kernel, because they are not suppor

[RFC][PATCH] Fix up struct sockaddr_in definition

2005-07-27 Thread Kyle Moffett
Hi, I would like to propose a cleanup for struct sockaddr_in that I think will make the code much more obvious and remove some icky padding math: sockaddr_in-cleanup.patch Description: Binary data Thanks for all your input! Cheers, Kyle Moffett -- There are two ways of constructing a softw