mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
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:
@@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple
|
||||
} u;
|
||||
|
||||
/* The protocol. */
|
||||
u16 protonum;
|
||||
__u16 protonum;
|
||||
} dst;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user