mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-14 03:25:33 +07: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:
parent
56b192c337
commit
8e1515df57
@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple
|
||||
} u;
|
||||
|
||||
/* The protocol. */
|
||||
u16 protonum;
|
||||
__u16 protonum;
|
||||
} dst;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user