From 85acb29a75c3fb09a31a52d4127298abf97917a1 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 26 Sep 2006 22:25:13 -0700 Subject: [PATCH] --- yaml --- r: 36794 b: refs/heads/master c: f20f4a60d74b0d7e2a5dafd5e7d5760f44ce2f30 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/multipath_wrandom.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 953a0c916189..1c4e57238679 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9cd66e0e593929077b5ecf87384e23db7271c6e +refs/heads/master: f20f4a60d74b0d7e2a5dafd5e7d5760f44ce2f30 diff --git a/trunk/net/ipv4/multipath_wrandom.c b/trunk/net/ipv4/multipath_wrandom.c index 773acc9ccd7c..32dbd6906a5d 100644 --- a/trunk/net/ipv4/multipath_wrandom.c +++ b/trunk/net/ipv4/multipath_wrandom.c @@ -60,8 +60,8 @@ struct multipath_dest { struct list_head list; const struct fib_nh *nh_info; - __u32 netmask; - __u32 network; + __be32 netmask; + __be32 network; unsigned char prefixlen; struct rcu_head rcu; @@ -76,7 +76,7 @@ struct multipath_route { struct list_head list; int oif; - __u32 gw; + __be32 gw; struct list_head dests; struct rcu_head rcu;