From f30307acdcec5c4c035e3b6498576fc1e935617a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 27 Sep 2006 18:33:22 -0700 Subject: [PATCH] --- yaml --- r: 36846 b: refs/heads/master c: cc939d37349bf82891bd1f4558284d7fafe7acb2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/flow.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f422df394033..d259d8df505a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2816e1284a2db03ad5e205bab4eacbc5f7d4f991 +refs/heads/master: cc939d37349bf82891bd1f4558284d7fafe7acb2 diff --git a/trunk/include/net/flow.h b/trunk/include/net/flow.h index 97569af9bda7..5700b0ad63c0 100644 --- a/trunk/include/net/flow.h +++ b/trunk/include/net/flow.h @@ -56,8 +56,8 @@ struct flowi { #define FLOWI_FLAG_MULTIPATHOLDROUTE 0x01 union { struct { - __u16 sport; - __u16 dport; + __be16 sport; + __be16 dport; } ports; struct {