projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff428d7
)
[IPV4]: fib_hn ->nh_gw is net-endian
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 27 Sep 2006 05:13:54 +0000
(22:13 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 29 Sep 2006 00:54:12 +0000
(17:54 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ip_fib.h
b/include/net/ip_fib.h
index c4eca2575b84a4b7094bc9d4ce48cbae86378292..9f84e9fc1b1f56f29b04a983e58d07f418adb034 100644
(file)
--- 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;
};
/*