You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -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:
@@ -42,7 +42,7 @@ struct ip_conntrack_old_tuple
|
||||
} u;
|
||||
|
||||
/* The protocol. */
|
||||
u16 protonum;
|
||||
__u16 protonum;
|
||||
} dst;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user