Linux 6.1.32

This commit is contained in:
pepe 2023-06-11 06:42:56 +00:00
parent d6821a2e0a
commit afc0da452b
2 changed files with 4 additions and 2 deletions

View File

@ -162,6 +162,8 @@ struct in_addr {
#define MCAST_MSFILTER 48
#define IP_MULTICAST_ALL 49
#define IP_UNICAST_IF 50
#define IP_LOCAL_PORT_RANGE 51
#define IP_PROTOCOL 52
#define MCAST_EXCLUDE 0
#define MCAST_INCLUDE 1

View File

@ -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 LINUX_VERSION_MAJOR 6
#define LINUX_VERSION_PATCHLEVEL 1
#define LINUX_VERSION_SUBLEVEL 31
#define LINUX_VERSION_SUBLEVEL 32