From 9ccfa6cfcceb6981f543e295c1429817ad836a6b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 12 Oct 2021 19:17:58 +0200 Subject: sys/linux: regenerate consts, remove ipx Regenerate const files on the latest upstream tree. Remove IPX support since it was removed from the kernel in 7a2e838d28 ("staging: ipx: delete it from the tree"). --- sys/linux/socket.txt.const | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/socket.txt.const') diff --git a/sys/linux/socket.txt.const b/sys/linux/socket.txt.const index da8efa338..34403b6f5 100644 --- a/sys/linux/socket.txt.const +++ b/sys/linux/socket.txt.const @@ -10,7 +10,6 @@ AF_CAIF = 37 AF_CAN = 29 AF_INET = 2 AF_INET6 = 10 -AF_IPX = 4 AF_ISDN = 34 AF_KCM = 41 AF_KEY = 15 @@ -301,7 +300,6 @@ SOL_DECNET = 261 SOL_ICMPV6 = 58 SOL_IP = 0 SOL_IPV6 = 41 -SOL_IPX = 256 SOL_IRDA = 266 SOL_IUCV = 277 SOL_KCM = 281 -- cgit mrf-deployment