diff --git a/[refs] b/[refs] index bc35c87f5e15..3e07db50c784 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0719bdf1b5e7eb0d9c3c73ebbd9c9d5d382bb9e1 +refs/heads/master: def42ff4dd6f54ebcf78192579a8ff1f81d8e2e8 diff --git a/trunk/include/linux/in.h b/trunk/include/linux/in.h index 94f557fa4636..9a9d5dd32e73 100644 --- a/trunk/include/linux/in.h +++ b/trunk/include/linux/in.h @@ -52,7 +52,7 @@ enum { /* Internet address. */ struct in_addr { - __u32 s_addr; + __be32 s_addr; }; #define IP_TOS 1