From 0858fe581931245690c46e52220327e13451baa0 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 26 Sep 2006 22:19:36 -0700 Subject: [PATCH] --- yaml --- r: 36788 b: refs/heads/master c: 80e856e16a145d7f44f613d9f3d903bf459510ca h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/ip_fib.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index a3956c4a4885..dde35ff96b96 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 182777700d912a69824245e9ee99148ac0aa57d7 +refs/heads/master: 80e856e16a145d7f44f613d9f3d903bf459510ca diff --git a/trunk/include/net/ip_fib.h b/trunk/include/net/ip_fib.h index 9cd0b56cd758..19f70896ea98 100644 --- a/trunk/include/net/ip_fib.h +++ b/trunk/include/net/ip_fib.h @@ -107,8 +107,8 @@ struct fib_result { unsigned char type; unsigned char scope; #ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED - __u32 network; - __u32 netmask; + __be32 network; + __be32 netmask; #endif struct fib_info *fi; #ifdef CONFIG_IP_MULTIPLE_TABLES @@ -117,7 +117,7 @@ struct fib_result { }; struct fib_result_nl { - u32 fl_addr; /* To be looked up*/ + __be32 fl_addr; /* To be looked up*/ u32 fl_fwmark; unsigned char fl_tos; unsigned char fl_scope;