Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAX_SOCK_ADDR is no longer used because commit 230b183 "net: Use standard structures for generic socket address structures." replaced "char address[MAX_SOCK_ADDR];" with "struct sockaddr_storage address;". Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information