From: Al Viro Date: Wed, 27 Sep 2006 05:13:54 +0000 (-0700) Subject: [IPV4]: fib_hn ->nh_gw is net-endian X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ed49e3caaa6126f8e29f08e8b4fdcafcae431b57;p=linux-beck.git [IPV4]: fib_hn ->nh_gw is net-endian Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index c4eca2575b84..9f84e9fc1b1f 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -63,7 +63,7 @@ struct fib_nh { __u32 nh_tclassid; #endif int nh_oif; - u32 nh_gw; + __be32 nh_gw; }; /*