lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20170219.181539.544561989233958078.davem@davemloft.net> Date: Sun, 19 Feb 2017 18:15:39 -0500 (EST) From: David Miller <davem@...emloft.net> To: ldv@...linux.org Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH v2] uapi: fix linux/ipv6_route.h userspace compilation errors From: "Dmitry V. Levin" <ldv@...linux.org> Date: Thu, 16 Feb 2017 18:04:14 +0300 > Include <linux/in6.h> 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 rtmsg_src; > /ust/include/linux/ipv6_route.h:44:19: error: field 'rtmsg_gateway' has incomplete type > struct in6_addr rtmsg_gateway; > > Signed-off-by: Dmitry V. Levin <ldv@...linux.org> Applied.
Powered by blists - more mailing lists