Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36788
b: refs/heads/master
c: 80e856e
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent d0d7fd7 commit 0858fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 182777700d912a69824245e9ee99148ac0aa57d7
refs/heads/master: 80e856e16a145d7f44f613d9f3d903bf459510ca
6 changes: 3 additions & 3 deletions trunk/include/net/ip_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit 0858fe5

Please sign in to comment.