Re: [PATCH v2] uapi: fix linux/ipv6_route.h userspace compilation errors

2017-02-19 Thread David Miller
From: "Dmitry V. Levin" Date: Thu, 16 Feb 2017 18:04:14 +0300 > Include to fix the following linux/ipv6_route.h userspace > compilation errors: > > /usr/include/linux/ipv6_route.h:42:19: error: field 'rtmsg_dst' has > incomplete type > struct in6_addr rtmsg_dst; >

Re: [PATCH v2] uapi: fix linux/ipv6_route.h userspace compilation errors

2017-02-19 Thread David Miller
From: "Dmitry V. Levin" Date: Thu, 16 Feb 2017 18:04:14 +0300 > Include to fix the following linux/ipv6_route.h userspace > compilation errors: > > /usr/include/linux/ipv6_route.h:42:19: error: field 'rtmsg_dst' has > incomplete type > struct in6_addr rtmsg_dst; >

[PATCH v2] uapi: fix linux/ipv6_route.h userspace compilation errors

2017-02-16 Thread Dmitry V. Levin
Include to fix the following linux/ipv6_route.h userspace compilation errors: /usr/include/linux/ipv6_route.h:42:19: error: field 'rtmsg_dst' has incomplete type struct in6_addr rtmsg_dst; /usr/include/linux/ipv6_route.h:43:19: error: field 'rtmsg_src' has incomplete type struct in6_addr

[PATCH v2] uapi: fix linux/ipv6_route.h userspace compilation errors

2017-02-16 Thread Dmitry V. Levin
Include to fix the following linux/ipv6_route.h userspace compilation errors: /usr/include/linux/ipv6_route.h:42:19: error: field 'rtmsg_dst' has incomplete type struct in6_addr rtmsg_dst; /usr/include/linux/ipv6_route.h:43:19: error: field 'rtmsg_src' has incomplete type struct in6_addr