Merge "Replace __unused in linux/sysctl.h with __linux_unused"
This commit is contained in:
@@ -66,7 +66,7 @@ struct icmphdr {
|
||||
} echo;
|
||||
__u32 gateway;
|
||||
struct {
|
||||
__u16 __unused_field;
|
||||
__u16 __linux_unused;
|
||||
__u16 mtu;
|
||||
} frag;
|
||||
} un;
|
||||
|
||||
@@ -28,7 +28,7 @@ struct __sysctl_args {
|
||||
size_t __user *oldlenp;
|
||||
void __user *newval;
|
||||
size_t newlen;
|
||||
unsigned long __unused[4];
|
||||
unsigned long __linux_unused[4];
|
||||
};
|
||||
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user