Commit 0d07374f authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

[XFRM]: u64 --> __u64 in linux/xfrm.h

parent 4df914aa
......@@ -44,7 +44,7 @@ struct xfrm_selector
uid_t user;
};
#define XFRM_INF (~(u64)0)
#define XFRM_INF (~(__u64)0)
struct xfrm_lifetime_cfg
{
......
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