From 2af48bf531267385c75dd67511539bd7fd940c55 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Mon, 28 Aug 2006 23:57:56 -0700 Subject: [PATCH] --- yaml --- r: 34646 b: refs/heads/master c: def42ff4dd6f54ebcf78192579a8ff1f81d8e2e8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/in.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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