Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
56b192c337
commit
8e1515df57
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple
|
|||
} u;
|
||||
|
||||
/* The protocol. */
|
||||
u16 protonum;
|
||||
__u16 protonum;
|
||||
} dst;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue