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

2017-02-19 Thread David Miller
From: "Dmitry V. Levin" Date: Thu, 16 Feb 2017 18:04:46 +0300 > Include to fix the following linux/mroute.h userspace > compilation errors: > > /usr/include/linux/mroute.h:58:18: error: field 'vifc_lcl_addr' has > incomplete type > struct in_addr vifc_lcl_addr; /* Local interface address

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

2017-02-16 Thread Dmitry V. Levin
Include to fix the following linux/mroute.h userspace compilation errors: /usr/include/linux/mroute.h:58:18: error: field 'vifc_lcl_addr' has incomplete type struct in_addr vifc_lcl_addr; /* Local interface address */ /usr/include/linux/mroute.h:61:17: error: field 'vifc_rmt_addr' has inco