diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip_fib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
63 | __u32 nh_tclassid; | 63 | __u32 nh_tclassid; |
64 | #endif | 64 | #endif |
65 | int nh_oif; | 65 | int nh_oif; |
66 | u32 nh_gw; | 66 | __be32 nh_gw; |
67 | }; | 67 | }; |
68 | 68 | ||
69 | /* | 69 | /* |