]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: Remove struct sockaddr from net.h
authorKees Cook <kees@kernel.org>
Tue, 4 Nov 2025 00:26:12 +0000 (16:26 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Nov 2025 03:10:33 +0000 (19:10 -0800)
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>
include/linux/net.h

index db6bc997ca5b09ffaddf6f75ee205fea69f07b99..f58b38ab37f8ae2caa83cc88a532b00f42f5626f 100644 (file)
@@ -148,7 +148,6 @@ typedef struct {
 
 struct vm_area_struct;
 struct page;
-struct sockaddr;
 struct msghdr;
 struct module;
 struct sk_buff;