Merge "Replace __unused in linux/sysctl.h with __linux_unused"

This commit is contained in:
Andrew Hsieh
2012-09-26 15:32:49 -07:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ struct icmphdr {
} echo;
__u32 gateway;
struct {
__u16 __unused_field;
__u16 __linux_unused;
__u16 mtu;
} frag;
} un;

View File

@@ -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