mirror of https://github.com/torvalds/linux.git
net: Remove struct sockaddr from net.h
Now that struct sockaddr is no longer used by net.h, remove it. Signed-off-by: Kees Cook <kees@kernel.org> Link: https://patch.msgid.link/20251104002617.2752303-4-kees@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
85cb0757d7
commit
3d39d34146
|
|
@ -148,7 +148,6 @@ typedef struct {
|
|||
|
||||
struct vm_area_struct;
|
||||
struct page;
|
||||
struct sockaddr;
|
||||
struct msghdr;
|
||||
struct module;
|
||||
struct sk_buff;
|
||||
|
|
|
|||
Loading…
Reference in New Issue