Commit 8e1515df authored by David Woodhouse's avatar David Woodhouse

Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 56b192c3
...@@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple ...@@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple
} u; } u;
/* The protocol. */ /* The protocol. */
u16 protonum; __u16 protonum;
} dst; } dst;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment