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 {