Commit bdeccb51 authored by David S. Miller's avatar David S. Miller

[IPSEC]: linux/xfrm.h u32 --> __u32.

parent a1711790
...@@ -163,8 +163,8 @@ struct xfrm_usersa_id { ...@@ -163,8 +163,8 @@ struct xfrm_usersa_id {
struct xfrm_userspi_info { struct xfrm_userspi_info {
struct xfrm_usersa_info info; struct xfrm_usersa_info info;
u32 min; __u32 min;
u32 max; __u32 max;
}; };
struct xfrm_userpolicy_info { struct xfrm_userpolicy_info {
......
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