Linux 6.1.32
This commit is contained in:
parent
d6821a2e0a
commit
afc0da452b
@ -162,6 +162,8 @@ struct in_addr {
|
|||||||
#define MCAST_MSFILTER 48
|
#define MCAST_MSFILTER 48
|
||||||
#define IP_MULTICAST_ALL 49
|
#define IP_MULTICAST_ALL 49
|
||||||
#define IP_UNICAST_IF 50
|
#define IP_UNICAST_IF 50
|
||||||
|
#define IP_LOCAL_PORT_RANGE 51
|
||||||
|
#define IP_PROTOCOL 52
|
||||||
|
|
||||||
#define MCAST_EXCLUDE 0
|
#define MCAST_EXCLUDE 0
|
||||||
#define MCAST_INCLUDE 1
|
#define MCAST_INCLUDE 1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define LINUX_VERSION_CODE 393503
|
#define LINUX_VERSION_CODE 393504
|
||||||
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
|
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))
|
||||||
#define LINUX_VERSION_MAJOR 6
|
#define LINUX_VERSION_MAJOR 6
|
||||||
#define LINUX_VERSION_PATCHLEVEL 1
|
#define LINUX_VERSION_PATCHLEVEL 1
|
||||||
#define LINUX_VERSION_SUBLEVEL 31
|
#define LINUX_VERSION_SUBLEVEL 32
|
||||||
|
Loading…
Reference in New Issue
Block a user